aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-08 20:53:10 +0000
committerRichard M. Stallman2006-08-08 20:53:10 +0000
commitd8a869ea1f67990b9f3bc4449769ebde073321ce (patch)
tree9d2c37ff9706dd54c36669a1de18f9f54735e3f4
parentdc7ef9f02fdc4f992caea9a23e26f54a1ce48eac (diff)
downloademacs-d8a869ea1f67990b9f3bc4449769ebde073321ce.tar.gz
emacs-d8a869ea1f67990b9f3bc4449769ebde073321ce.zip
Whitespace change.
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index af79bbcf57c..db76efb01a0 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -841,7 +841,7 @@ whose documentation describes the minor mode."
841 (if (zerop (length indicator)) 841 (if (zerop (length indicator))
842 "no indicator" 842 "no indicator"
843 (format "indicator%s" 843 (format "indicator%s"
844 indicator)))) 844 indicator))))
845 (princ (documentation mode-function))) 845 (princ (documentation mode-function)))
846 (insert-button pretty-minor-mode 846 (insert-button pretty-minor-mode
847 'action (car help-button-cache) 847 'action (car help-button-cache)