mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[elisp/en] fix typo (#2770)
the example boldified the color instead of colorizing them
This commit is contained in:
parent
88e1938994
commit
e95f38d53d
@ -303,7 +303,7 @@ filename: learn-emacs-lisp.el
|
|||||||
|
|
||||||
(hello-to-bonjour)
|
(hello-to-bonjour)
|
||||||
|
|
||||||
;; Let's colorize the names:
|
;; Let's boldify the names:
|
||||||
|
|
||||||
(defun boldify-names ()
|
(defun boldify-names ()
|
||||||
(switch-to-buffer-other-window "*test*")
|
(switch-to-buffer-other-window "*test*")
|
||||||
@ -353,4 +353,5 @@ filename: learn-emacs-lisp.el
|
|||||||
;; - Alan Schmitt
|
;; - Alan Schmitt
|
||||||
;; - LinXitoW
|
;; - LinXitoW
|
||||||
;; - Aaron Meurer
|
;; - Aaron Meurer
|
||||||
|
;; - spacegoing
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user