]> git.eshelyaron.com Git - emacs.git/commitdiff
(easy-menu-define): Doc fix.
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:05:15 +0000 (12:05 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:05:15 +0000 (12:05 +0000)
lisp/ChangeLog
lisp/emacs-lisp/easymenu.el

index 59a775623679c32facd153201eebdba9799337bc..336a1b8e7b801e1b5109ece8b9ef3a957d61fc0a 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-29  Eli Zaretskii  <eliz@elta.co.il>
+
+       * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
+
 2003-12-29  Alex Schroeder <alex@emacswiki.org>  (tiny change)
 
        * custom.el (custom-declare-theme): Use `value' when putting
index a5b35a7d0183713c4e38116018d8aba62ed0f3d1..5a2a33575e76a8c12c69013f8b4249439cb3472f 100644 (file)
@@ -59,8 +59,8 @@ It may be followed by the following keyword argument pairs
 
    :filter FUNCTION
 
-FUNCTION is a function with one argument, the menu.  It returns the actual
-menu displayed.
+FUNCTION is a function with one argument, the rest of menu items.
+It returns the remaining items of the displayed menu.
 
    :visible INCLUDE