branch: externals/svg-lib
commit f775af4b9da01d20b9cb064a7556510d0bd54f64
Merge: 0ce0302 83834c6
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: GitHub <nore...@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