]> code.delx.au - gnu-emacs/commitdiff
(easy-menu-add): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 May 2002 16:49:54 +0000 (16:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 May 2002 16:49:54 +0000 (16:49 +0000)
lisp/emacs-lisp/easymenu.el

index fe0a8b841a58b5c2321ae2c6a51e42809a78b14f..8bde63f697a8316d4b3d2b674012acf44e2b016a 100644 (file)
@@ -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)))