From: Richard M. Stallman Date: Fri, 28 Oct 2005 16:22:47 +0000 (+0000) Subject: (easy-menu-change): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~6244 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/81013a6cdea31a04089729bfa15c607ef11a1f20?hp=646cb69e5a3d2ab57cce6987b35dd051cc803abf (easy-menu-change): Doc fix. --- diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 634c239741..6582629085 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -454,8 +454,8 @@ If the menu located by PATH has no submenu named NAME, add one. 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.