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