1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(which-func-mode-global): Doc fix.

This commit is contained in:
Dave Love 1999-04-27 19:02:58 +00:00
parent 4de268858c
commit 739db5044a

View File

@ -103,9 +103,9 @@ Zero means compute the Imenu menu regardless of size."
;;;###autoload ;;;###autoload
(defcustom which-func-mode-global nil (defcustom which-func-mode-global nil
"*Toggle `which-func-mode'. "*Toggle `which-func-mode' globally.
This variable should be set only with \\[customize], which is equivalent Setting this variable directly does not take effect;
to using the function `which-func-mode'." use either \\[customize] or the function `which-func-mode'."
:set #'(lambda (symbol value) :set #'(lambda (symbol value)
(which-func-mode (if value 1 0))) (which-func-mode (if value 1 0)))
:initialize 'custom-initialize-default :initialize 'custom-initialize-default