aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-28 16:22:47 +0000
committerRichard M. Stallman2005-10-28 16:22:47 +0000
commit81013a6cdea31a04089729bfa15c607ef11a1f20 (patch)
tree0fbecef67adb6135fd3287104ad2e2593cab6a93 /lisp
parent646cb69e5a3d2ab57cce6987b35dd051cc803abf (diff)
downloademacs-81013a6cdea31a04089729bfa15c607ef11a1f20.tar.gz
emacs-81013a6cdea31a04089729bfa15c607ef11a1f20.zip
(easy-menu-change): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/easymenu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el
index 634c2397411..65826290851 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.
454If the optional argument BEFORE is present, add it just before 454If the optional argument BEFORE is present, add it just before
455the submenu named BEFORE, otherwise add it at the end of the menu. 455the submenu named BEFORE, otherwise add it at the end of the menu.
456 456
457Either call this from `menu-bar-update-hook' or use a menu filter, 457To implement dynamic menus, either call this from
458to implement dynamic menus." 458`menu-bar-update-hook' or use a menu filter."
459 (easy-menu-add-item nil path (easy-menu-create-menu name items) before)) 459 (easy-menu-add-item nil path (easy-menu-create-menu name items) before))
460 460
461;; XEmacs needs the following two functions to add and remove menus. 461;; XEmacs needs the following two functions to add and remove menus.