Mercurial > emacs
changeset 66495:9bc148ee2fda
(easy-menu-change): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 Oct 2005 16:22:47 +0000 |
parents | b9971215f644 |
children | 63563507d684 |
files | lisp/emacs-lisp/easymenu.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el Fri Oct 28 16:22:08 2005 +0000 +++ b/lisp/emacs-lisp/easymenu.el Fri Oct 28 16:22:47 2005 +0000 @@ -454,8 +454,8 @@ If the optional argument BEFORE is present, add it just before the submenu named BEFORE, otherwise add it at the end of the menu. -Either call this from `menu-bar-update-hook' or use a menu filter, -to implement dynamic menus." +To implement dynamic menus, either call this from +`menu-bar-update-hook' or use a menu filter." (easy-menu-add-item nil path (easy-menu-create-menu name items) before)) ;; XEmacs needs the following two functions to add and remove menus.