(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 9a89aa4..0252cb6 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))