]> git.eshelyaron.com Git - emacs.git/commitdiff
(easy-menu-add): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 May 2002 16:45:25 +0000 (16:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 May 2002 16:45:25 +0000 (16:45 +0000)
lisp/ChangeLog
lisp/emacs-lisp/easymenu.el

index d2f75d785682f2128c7ec6ef1a49fed40a86b5d5..d1798fb7d7cf874b273eab43181325c8b6e58c8d 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
+
 2002-05-03  Richard M. Stallman  <rms@gnu.org>
 
        * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
index 245feb789836e1fcb28dd68c09fcf897b9d3035e..7d0230b9ec7359453053237ad8edeafe20cf21a2 100644 (file)
@@ -448,7 +448,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)))