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

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

[elpa] externals/svg-lib f775af4 21/32: Merge pull request #5 from 404cn


From: ELPA Syncer
Subject: [elpa] externals/svg-lib f775af4 21/32: Merge pull request #5 from 404cn/master
Date: Mon, 27 Sep 2021 16:57:49 -0400 (EDT)

branch: externals/svg-lib
commit f775af4b9da01d20b9cb064a7556510d0bd54f64
Merge: 0ce0302 83834c6
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: GitHub <noreply@github.com>

    Merge pull request #5 from 404cn/master
    
    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]