mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +03: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)
|
||||
|
||||
;; 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user