]> git.eshelyaron.com Git - emacs.git/commitdiff
Elisp manual: Mention 'write-region' for saving the buffer
authorJeremy Bryant <jb@jeremybryant.net>
Thu, 30 Nov 2023 23:14:46 +0000 (23:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Dec 2023 08:33:20 +0000 (10:33 +0200)
* doc/emacs/files.texi (Save Commands):  Mention
'write-region'.  (Bug#67313)

doc/emacs/files.texi

index 29cc22e75576bcf1a95efbbb89cab329843a9235..f0160c692dabd435ab1632b714cdad300d3b28cb 100644 (file)
@@ -547,6 +547,10 @@ buffer name with the buffer's default directory (@pxref{File Names}).
 to that major mode, in most cases.  The command
 @code{set-visited-file-name} also does this.  @xref{Choosing Modes}.
 
+   If you wish to save the current buffer to a different file without
+visiting it, use @code{mark-whole-buffer} (@kbd C-x h), then @kbd{M-x
+write-region} (@pxref{Misc File Ops}
+
   If Emacs is about to save a file and sees that the date of the latest
 version on disk does not match what Emacs last read or wrote, Emacs
 notifies you of this fact, because it probably indicates a problem caused