aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-10-24 21:07:38 +0000
committerKim F. Storm2004-10-24 21:07:38 +0000
commitb0915a3104ef1167e4b2a4cd570e996d836b9654 (patch)
tree223f4773a734b65794a0cf36a3adcd74809188d0
parent6faab05fa2df75c4423b2017a4ce7645f7a1170b (diff)
downloademacs-b0915a3104ef1167e4b2a4cd570e996d836b9654.tar.gz
emacs-b0915a3104ef1167e4b2a4cd570e996d836b9654.zip
Clean whitespace.
-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