branch: externals/svg-tag-mode commit 837dfbdd06d010e2fa4074a8b8363d6715d7a3e0 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@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))))