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