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
08ad3342
Commit
08ad3342
authored
May 15, 2002
by
Eli Zaretskii
Browse files
(easy-menu-add): Doc fix.
parent
769b4fb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/easymenu.el
lisp/emacs-lisp/easymenu.el
+1
-1
No files found.
lisp/emacs-lisp/easymenu.el
View file @
08ad3342
...
...
@@ -463,7 +463,7 @@ to implement dynamic menus."
(
defun
easy-menu-add
(
menu
&optional
map
)
"Maybe precalculate equivalent key bindings.
Do it if `easy-menu-precalculate-equivalent-keybindings' is on
,
"
Do it
only
if `easy-menu-precalculate-equivalent-keybindings' is on
.
"
(
when
easy-menu-precalculate-equivalent-keybindings
(
if
(
and
(
symbolp
menu
)
(
not
(
keymapp
menu
))
(
boundp
menu
))
(
setq
menu
(
symbol-value
menu
)))
...
...
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