From e95f38d53d918dc5d133ea0bbc33ff1937b4bd46 Mon Sep 17 00:00:00 2001 From: spacegoing Date: Tue, 4 Jul 2017 20:00:51 +0800 Subject: [PATCH] [elisp/en] fix typo (#2770) the example boldified the color instead of colorizing them --- elisp.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```