changeset 50298:9c1195ddde1a

(easy-menu-add-item): Align the docstring with the code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 24 Mar 2003 17:28:10 +0000
parents f04c9dad095e
children c17e35df0d3e
files lisp/emacs-lisp/easymenu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el	Mon Mar 24 12:21:02 2003 +0000
+++ b/lisp/emacs-lisp/easymenu.el	Mon Mar 24 17:28:10 2003 +0000
@@ -504,7 +504,7 @@
 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.