]> git.eshelyaron.com Git - emacs.git/commitdiff
Simplify "Visit New File" to "New File"
authorPhillip Lord <phillip.lord@russet.org.uk>
Sat, 12 Mar 2016 22:26:20 +0000 (22:26 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Sat, 12 Mar 2016 22:26:20 +0000 (22:26 +0000)
* doc/emacs/files.texi,lisp/menu-bar.el (menu-bar-file-menu),
  lisp/startup.el(normal-mouse-start-screen,
  normal-no-mouse-startup-screen): Change label "Visit New File" to "New
  File".

doc/emacs/files.texi
lisp/menu-bar.el
lisp/startup.el

index ab20d4a18f92b380485bc9419066b925e03e278f..c482b90d9537ef099cd89f1536dc67a9d995e10b 100644 (file)
@@ -288,7 +288,7 @@ see @ref{Drag and Drop}, and @ref{Misc Dired Features}.
 
   On text-mode terminals and on graphical displays when Emacs was
 built without a GUI toolkit, you can visit files via the menu-bar
-@samp{File} menu, which has a @samp{Visit New File} item.
+@samp{File} menu, which has a @samp{New File} item.
 
   Each time you visit a file, Emacs automatically scans its contents
 to detect what character encoding and end-of-line convention it uses,
index 6281d7e5453f0aad6744ea875b1a9e27f948579c..0557214fe241bed7c4d7d6eb7c7b55b347b709be 100644 (file)
                   :enable (menu-bar-non-minibuffer-window-p)
                   :help "Read an existing file into an Emacs buffer"))
     (bindings--define-key menu [new-file]
-      '(menu-item "Visit New File..." find-file
+      '(menu-item "New File..." find-file
                   :enable (menu-bar-non-minibuffer-window-p)
                   :help "Specify a new file's name, to edit the file"))
 
index 15a79f6f5bf1a40ff000ce305971fea9dbb2052b..a411891d1f65e9adc994138bf0ce93e7392a0133 100644 (file)
@@ -1998,7 +1998,7 @@ To quit a partially entered command, type Control-g.\n")
   (insert "  How to order printed manuals from the FSF\n")
 
   (insert "\nUseful tasks:\n")
-  (insert-button "Visit New File"
+  (insert-button "New File"
                 'action (lambda (_button) (call-interactively 'find-file))
                 'follow-link t)
   (insert (substitute-command-keys
@@ -2075,7 +2075,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)"))
   ;; Insert links to useful tasks
   (insert "\nUseful tasks:\n")
 
-  (insert-button "Visit New File"
+  (insert-button "New File"
                 'action (lambda (_button) (call-interactively 'find-file))
                 'follow-link t)
   (insert "\t\t\t")