branch: externals/svg-lib commit 83834c6c116d9fce90f776b4613c73ea7b10ef8c Author: Lulu <liubolovel...@gmail.com> Commit: GitHub <nore...@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: