Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3f579f6a
Commit
3f579f6a
authored
Mar 30, 1999
by
Karl Heuer
Browse files
(which-func-mode-global): Doc fix.
parent
511a0719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/which-func.el
lisp/which-func.el
+2
-1
No files found.
lisp/which-func.el
View file @
3f579f6a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment