mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 13:15:05 +00:00
(which-func-mode-global): Doc fix.
This commit is contained in:
parent
511a07194f
commit
3f579f6af7
@ -104,7 +104,8 @@ Zero means compute the Imenu menu regardless of size."
|
||||
;;;###autoload
|
||||
(defcustom which-func-mode-global nil
|
||||
"*Toggle `which-func-mode'.
|
||||
You must modify via \\[customize] for this variable to have an effect."
|
||||
This variable should be set only with \\[customize], which is equivalent
|
||||
to using the function `which-func-mode'.
|
||||
:set #'(lambda (symbol value)
|
||||
(which-func-mode (if value 1 0)))
|
||||
:initialize 'custom-initialize-default
|
||||
|
Loading…
Reference in New Issue
Block a user