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

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

[elpa] externals/svg-tag-mode 837dfbdd06 48/63: Fixed documentation.


From: ELPA Syncer
Subject: [elpa] externals/svg-tag-mode 837dfbdd06 48/63: Fixed documentation.
Date: Mon, 27 Dec 2021 15:58:00 -0500 (EST)

branch: externals/svg-tag-mode
commit 837dfbdd06d010e2fa4074a8b8363d6715d7a3e0
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Fixed documentation.
---
 README.md             | 2 +-
 examples/example-3.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b1507b6d85..df7bb67256 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ then you can invoke mode with `M-x svg-tag-mode`. Here are 
some examples:
 ```
 
 
-3. Replace any occurence of `:TODO:` with a static SVG tag displaying
+3. Replace any occurence of `:TODO:` with a dynamic SVG tag displaying
    `:TODO:`
 
 ```lisp
diff --git a/examples/example-3.el b/examples/example-3.el
index ddf02f4ba1..c6d88e7c42 100644
--- a/examples/example-3.el
+++ b/examples/example-3.el
@@ -13,7 +13,7 @@
                        (lambda () (interactive) (message "Hello world!"))
                        "Print a greeting message"))))
 
-;; This replaces any occurence of ":TODO:" with a static SVG tag
+;; This replaces any occurence of ":TODO:" with a dynamic SVG tag
 ;; displaying ":TODO:"
 (setq svg-tag-tags
       '((":TODO:" . (svg-tag-make))))



reply via email to

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