diff options
author | Eli Zaretskii <eliz@is.elta.co.il> | 2003-12-29 12:05:15 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@is.elta.co.il> | 2003-12-29 12:05:15 +0000 |
commit | dffafab0865acfdfaed232b9c91166b501d079f6 (patch) | |
tree | 5cc2e99be1fd9c0756586e67ef1d8216a2dceae3 /lisp/emacs-lisp/easymenu.el | |
parent | 7f9b63222e50f3998e69e2cf4bb4ed3c7533c5a8 (diff) | |
download | emacs-dffafab0865acfdfaed232b9c91166b501d079f6.tar.gz |
(easy-menu-define): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/easymenu.el')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 :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 |