aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-08-08 20:53:10 +0000
committerRichard M. Stallman <[email protected]>2006-08-08 20:53:10 +0000
commitd8a869ea1f67990b9f3bc4449769ebde073321ce (patch)
tree9d2c37ff9706dd54c36669a1de18f9f54735e3f4 /lisp
parentdc7ef9f02fdc4f992caea9a23e26f54a1ce48eac (diff)
Whitespace change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index af79bbcf57..db76efb01a 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -841,7 +841,7 @@ whose documentation describes the minor mode."
(if (zerop (length indicator))
"no indicator"
(format "indicator%s"
- indicator))))
+ indicator))))
(princ (documentation mode-function)))
(insert-button pretty-minor-mode
'action (car help-button-cache)