(easy-menu-add-item): Align the docstring with the code.

This commit is contained in:
Stefan Monnier 2003-03-24 17:29:20 +00:00
parent 4b0cbff969
commit 4a1186d388
2 changed files with 16 additions and 12 deletions

View file

@ -504,7 +504,7 @@ In the latter case, ITEM is normally added at the end of the submenu.
However, if BEFORE is a string and there is an item in the submenu
with that name, then ITEM is added before that item.
MAP should normally be a keymap; nil stands for the global menu-bar keymap.
MAP should normally be a keymap; nil stands for the local menu-bar keymap.
It can also be a symbol, which has earlier been used as the first
argument in a call to `easy-menu-define', or the value of such a symbol.