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,
: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"))
(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
;; 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")