aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 5a2867bdc1..0ed9fe4b75 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -651,7 +651,8 @@ whose documentation describes the minor mode."
(push (list pretty-minor-mode mode indicator)
minor-modes))))
(if auto-fill-function
- (push '("Auto Fill" auto-fill-mode " Fill")
+ ;; copy pure string so we can add face property to it below.
+ (push (list (copy-sequence "Auto Fill") 'auto-fill-mode " Fill")
minor-modes))
(setq minor-modes
(sort minor-modes