# HG changeset patch # User Stefan Monnier # Date 1048526890 0 # Node ID 9c1195ddde1a915eaffc9dc7636852b2802b9af9 # Parent f04c9dad095ef74a2d9d147a70dc78e3ff5d0f71 (easy-menu-add-item): Align the docstring with the code. diff -r f04c9dad095e -r 9c1195ddde1a lisp/emacs-lisp/easymenu.el --- 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.