]> git.eshelyaron.com Git - emacs.git/commitdiff
(which-func-mode-global): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 27 Apr 1999 19:02:58 +0000 (19:02 +0000)
committerDave Love <fx@gnu.org>
Tue, 27 Apr 1999 19:02:58 +0000 (19:02 +0000)
lisp/which-func.el

index fb9ab39fc6741d43ff37dd8cd17224178ad3666e..cd63bf8932a86ced27539a08201cebd5b5ed06e8 100644 (file)
@@ -103,9 +103,9 @@ Zero means compute the Imenu menu regardless of size."
 
 ;;;###autoload
 (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'."
+  "*Toggle `which-func-mode' globally.
+Setting this variable directly does not take effect;
+use either \\[customize] or the function `which-func-mode'."
   :set #'(lambda (symbol value)
           (which-func-mode (if value 1 0)))
   :initialize 'custom-initialize-default