emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/svg-lib 83834c6 20/32: Fix usage example in comment.


From: ELPA Syncer
Subject: [elpa] externals/svg-lib 83834c6 20/32: Fix usage example in comment.
Date: Mon, 27 Sep 2021 16:57:49 -0400 (EDT)

branch: externals/svg-lib
commit 83834c6c116d9fce90f776b4613c73ea7b10ef8c
Author: Lulu <liubolovelife@gmail.com>
Commit: GitHub <noreply@github.com>

    Fix usage example in comment.
---
 svg-lib.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/svg-lib.el b/svg-lib.el
index 40fc697..ad852e8 100644
--- a/svg-lib.el
+++ b/svg-lib.el
@@ -29,8 +29,8 @@
 ;; Usage example:
 ;;
 ;; (insert-image (svg-lib-tag "TODO"))
-;; (insert-image (svg-lib-progress-bar 0.33))
-;; (insert-image (svg-lib-icon "material" "star"))
+;; (insert-image (svg-lib-progress 0.33))
+;; (insert-image (svg-lib-icon "star"))
 ;;
 ;; Icons ares created by parsing remote collections whose license are
 ;; compatibles with GNU Emacs:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]