mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 10:00:25 -08:00
(easy-menu-define): Doc fix.
This commit is contained in:
parent
7f9b63222e
commit
dffafab086
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
|
||||||
|
|
||||||
* custom.el (custom-declare-theme): Use `value' when putting
|
* 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
|
:filter FUNCTION
|
||||||
|
|
||||||
FUNCTION is a function with one argument, the menu. It returns the actual
|
FUNCTION is a function with one argument, the rest of menu items.
|
||||||
menu displayed.
|
It returns the remaining items of the displayed menu.
|
||||||
|
|
||||||
:visible INCLUDE
|
:visible INCLUDE
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue