summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-10-23 18:29:43 +0000
committerRichard M. Stallman <rms@gnu.org>2005-10-23 18:29:43 +0000
commit220602e9d365e389e4b8d80c1904ccbc04e71e04 (patch)
tree92ce6c686ca59229e8a2b9257ee4ca7fb278d94e /lisp/menu-bar.el
parenta5b4a6a0435d4386362af3ee87731a7b0b3b42ed (diff)
downloademacs-220602e9d365e389e4b8d80c1904ccbc04e71e04.tar.gz
(menu-bar-file-menu) <dired>: Change help-echo string.
(menu-bar-file-menu) <new-file>: Likewise.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 7a28a00edc8..9a5d47656ab 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -189,7 +189,7 @@ A large number or nil slows down menu responsiveness."
(define-key menu-bar-file-menu [dired]
'(menu-item "Open Directory..." dired
:enable (menu-bar-non-minibuffer-window-p)
- :help "Read a directory, operate on its files"))
+ :help "Read a directory, to operate on its files"))
(define-key menu-bar-file-menu [open-file]
'(menu-item "Open File..." find-file-existing
:enable (menu-bar-non-minibuffer-window-p)
@@ -197,7 +197,7 @@ A large number or nil slows down menu responsiveness."
(define-key menu-bar-file-menu [new-file]
'(menu-item "Visit New File..." find-file
:enable (menu-bar-non-minibuffer-window-p)
- :help "Read or create a file and edit it"))
+ :help "Specify a new file's name, to edit the file"))
;; The "Edit" menu items