mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(easy-menu-define): Doc fix.
This commit is contained in:
parent
7f9b63222e
commit
dffafab086
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user