aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2003-12-29 12:05:15 +0000
committerEli Zaretskii2003-12-29 12:05:15 +0000
commitdffafab0865acfdfaed232b9c91166b501d079f6 (patch)
tree5cc2e99be1fd9c0756586e67ef1d8216a2dceae3
parent7f9b63222e50f3998e69e2cf4bb4ed3c7533c5a8 (diff)
downloademacs-dffafab0865acfdfaed232b9c91166b501d079f6.tar.gz
emacs-dffafab0865acfdfaed232b9c91166b501d079f6.zip
(easy-menu-define): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/emacs-lisp/easymenu.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 59a77562367..336a1b8e7b8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-12-29 Eli Zaretskii <eliz@elta.co.il>
2
3 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4
12003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change) 52003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
2 6
3 * custom.el (custom-declare-theme): Use `value' when putting 7 * custom.el (custom-declare-theme): Use `value' when putting
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el
index a5b35a7d018..5a2a33575e7 100644
--- a/lisp/emacs-lisp/easymenu.el
+++ b/lisp/emacs-lisp/easymenu.el
@@ -59,8 +59,8 @@ It may be followed by the following keyword argument pairs
59 59
60 :filter FUNCTION 60 :filter FUNCTION
61 61
62FUNCTION is a function with one argument, the menu. It returns the actual 62FUNCTION is a function with one argument, the rest of menu items.
63menu displayed. 63It returns the remaining items of the displayed menu.
64 64
65 :visible INCLUDE 65 :visible INCLUDE
66 66