summaryrefslogtreecommitdiff
path: root/lisp/which-func.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
committerKarl Heuer <kwzh@gnu.org>1999-03-30 21:37:40 +0000
commit25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch)
tree36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/which-func.el
parent495a3f8d9e7c4471d649875ac40700830422f553 (diff)
downloademacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/which-func.el')
-rw-r--r--lisp/which-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el
index 22a12405a0d..fb9ab39fc67 100644
--- a/lisp/which-func.el
+++ b/lisp/which-func.el
@@ -105,7 +105,7 @@ Zero means compute the Imenu menu regardless of size."
(defcustom which-func-mode-global nil
"*Toggle `which-func-mode'.
This variable should be set only with \\[customize], which is equivalent
-to using the function `which-func-mode'.
+to using the function `which-func-mode'."
:set #'(lambda (symbol value)
(which-func-mode (if value 1 0)))
:initialize 'custom-initialize-default