aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love1999-04-27 19:02:58 +0000
committerDave Love1999-04-27 19:02:58 +0000
commit739db5044a5a096e9f90bcb3ebf5469a81aef1f6 (patch)
tree02cadd3dbce0e4d97a548e18be97e9a6f054e17f
parent4de268858ce4283f5d3703e45138dedb5d14b056 (diff)
downloademacs-739db5044a5a096e9f90bcb3ebf5469a81aef1f6.tar.gz
emacs-739db5044a5a096e9f90bcb3ebf5469a81aef1f6.zip
(which-func-mode-global): Doc fix.
-rw-r--r--lisp/which-func.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/which-func.el b/lisp/which-func.el
index fb9ab39fc67..cd63bf8932a 100644
--- a/lisp/which-func.el
+++ b/lisp/which-func.el
@@ -103,9 +103,9 @@ Zero means compute the Imenu menu regardless of size."
103 103
104;;;###autoload 104;;;###autoload
105(defcustom which-func-mode-global nil 105(defcustom which-func-mode-global nil
106 "*Toggle `which-func-mode'. 106 "*Toggle `which-func-mode' globally.
107This variable should be set only with \\[customize], which is equivalent 107Setting this variable directly does not take effect;
108to using the function `which-func-mode'." 108use either \\[customize] or the function `which-func-mode'."
109 :set #'(lambda (symbol value) 109 :set #'(lambda (symbol value)
110 (which-func-mode (if value 1 0))) 110 (which-func-mode (if value 1 0)))
111 :initialize 'custom-initialize-default 111 :initialize 'custom-initialize-default