summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/easymenu.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2003-03-24 17:29:20 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2003-03-24 17:29:20 +0000
commit4a1186d3889e7cdc57ff093ef0e2af7d892cbab7 (patch)
tree4f4a18eba5eb16e3c3b5354ae37ff07496bd7adf /lisp/emacs-lisp/easymenu.el
parent4b0cbff96945f424a62e13fbe1143603cddb5100 (diff)
downloademacs-4a1186d3889e7cdc57ff093ef0e2af7d892cbab7.tar.gz
(easy-menu-add-item): Align the docstring with the code.
Diffstat (limited to 'lisp/emacs-lisp/easymenu.el')
-rw-r--r--lisp/emacs-lisp/easymenu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el
index 6ed2903f8ae..3458dfdff86 100644
--- a/lisp/emacs-lisp/easymenu.el
+++ b/lisp/emacs-lisp/easymenu.el
@@ -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.