aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)