summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2016-03-13 18:33:10 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2016-03-13 18:33:10 +0000
commitba24c99ec665501fb05cabd77c4115fa1fa9c305 (patch)
tree78762744f95ab0267eb515c075287e8bdade05da /lisp/menu-bar.el
parentd457fd9dc782465e1547f74021390c9d5951d6af (diff)
downloademacs-ba24c99ec665501fb05cabd77c4115fa1fa9c305.tar.gz
Revert "Simplify "Visit New File" to "New File""
This reverts commit d457fd9dc782465e1547f74021390c9d5951d6af.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 0557214fe24..6281d7e5453 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -192,7 +192,7 @@
:enable (menu-bar-non-minibuffer-window-p)
:help "Read an existing file into an Emacs buffer"))
(bindings--define-key menu [new-file]
- '(menu-item "New File..." find-file
+ '(menu-item "Visit New File..." find-file
:enable (menu-bar-non-minibuffer-window-p)
:help "Specify a new file's name, to edit the file"))