]> code.delx.au - gnu-emacs/commitdiff
(easy-menu-change): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:22:47 +0000 (16:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:22:47 +0000 (16:22 +0000)
lisp/emacs-lisp/easymenu.el

index 634c2397411526d820a2ce3d3343e3ee909fbd85..658262908514ebba64c58b1acc06695a7ad6474a 100644 (file)
@@ -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.