]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of auto-save-visited-file-name
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 Jan 2017 08:34:15 +0000 (10:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 Jan 2017 08:34:15 +0000 (10:34 +0200)
* doc/emacs/files.texi (Auto Save Files): Mention subtle
differences between saving the buffer and auto-saving with
auto-save-visited-file-name set non-nil.  (Bug#25478)

doc/emacs/files.texi

index 47f92812be952b60d26b193d8c82b578f0a1e936..efe4156c435740b0ca50e83d3126badfe91759c8 100644 (file)
@@ -1038,8 +1038,10 @@ auto-save-mode}.
   If you want auto-saving to be done in the visited file rather than
 in a separate auto-save file, set the variable
 @code{auto-save-visited-file-name} to a non-@code{nil} value.  In this
-mode, there is no real difference between auto-saving and explicit
-saving.
+mode, auto-saving is very similar to explicit saving.  However,
+differences still exist, in particular for modes which modify the
+buffer-saving process in non-trivial ways via various hooks
+(@pxref{Saving Buffers,,, elisp, The Emacs Lisp Reference Manual}).
 
 @vindex delete-auto-save-files
   A buffer's auto-save file is deleted when you save the buffer in its