Mercurial > emacs
changeset 45304:1d7fa08f7e4b
(easy-menu-add): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 15 May 2002 16:49:54 +0000 |
parents | 12772faba5d5 |
children | fc36105f5568 |
files | lisp/emacs-lisp/easymenu.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el Wed May 15 16:36:13 2002 +0000 +++ b/lisp/emacs-lisp/easymenu.el Wed May 15 16:49:54 2002 +0000 @@ -463,7 +463,7 @@ (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)))