summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorspacegoing <spacegoing@gmail.com>2017-07-04 20:00:51 +0800
committerven <vendethiel@hotmail.fr>2017-07-04 14:00:51 +0200
commite95f38d53d918dc5d133ea0bbc33ff1937b4bd46 (patch)
tree5cd52e2b1d55c3f18b82ef3e56adc92e4d8e58b8
parent88e1938994d0c55a03851e8c561dc0c30b745401 (diff)
[elisp/en] fix typo (#2770)
the example boldified the color instead of colorizing them
-rw-r--r--elisp.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/elisp.html.markdown b/elisp.html.markdown
index bda5f00f..9d9db82e 100644
--- a/elisp.html.markdown
+++ b/elisp.html.markdown
@@ -303,7 +303,7 @@ filename: learn-emacs-lisp.el
(hello-to-bonjour)
-;; Let's colorize the names:
+;; Let's boldify the names:
(defun boldify-names ()
(switch-to-buffer-other-window "*test*")
@@ -353,4 +353,5 @@ filename: learn-emacs-lisp.el
;; - Alan Schmitt
;; - LinXitoW
;; - Aaron Meurer
+;; - spacegoing
```