[elisp/en] fix typo (#2770)

the example boldified the color instead of colorizing them
This commit is contained in:
spacegoing 2017-07-04 20:00:51 +08:00 committed by ven
parent 88e1938994
commit e95f38d53d

View File

@ -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
```