]> code.delx.au - gnu-emacs/commitdiff
(menu-bar-update-buffers): Fix typo in help menu entry.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:45:12 +0000 (02:45 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:45:12 +0000 (02:45 +0000)
lisp/menu-bar.el

index 9a89aa4240109fb1695233ca8413ee2f60ba0724..0252cb60eab03e67efc9ead3513157df73b5ba20 100644 (file)
@@ -1669,7 +1669,7 @@ Buffers menu is regenerated."
                             'menu-item
                             "List All Buffers"
                             'list-buffers
-                            :help "Pop up a window listing all emacs buffers"
+                            :help "Pop up a window listing all Emacs buffers"
                             ))))
         (setq buffers-menu
               (nconc buffers-menu menu-bar-buffers-menu-command-entries))