aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2017-01-20 10:34:15 +0200
committerEli Zaretskii2017-01-20 10:34:15 +0200
commit9fcab85efd10090786266610f4dbb83ee0da4b31 (patch)
tree11011d4d9348aca42790b132950da28cceeafc9d /doc
parent2236c53bbec60480f624b32171a77d79b488f2da (diff)
downloademacs-9fcab85efd10090786266610f4dbb83ee0da4b31.tar.gz
emacs-9fcab85efd10090786266610f4dbb83ee0da4b31.zip
Improve documentation of auto-save-visited-file-name
* 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)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/files.texi6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index 47f92812be9..efe4156c435 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -1038,8 +1038,10 @@ auto-save-mode}.
1038 If you want auto-saving to be done in the visited file rather than 1038 If you want auto-saving to be done in the visited file rather than
1039in a separate auto-save file, set the variable 1039in a separate auto-save file, set the variable
1040@code{auto-save-visited-file-name} to a non-@code{nil} value. In this 1040@code{auto-save-visited-file-name} to a non-@code{nil} value. In this
1041mode, there is no real difference between auto-saving and explicit 1041mode, auto-saving is very similar to explicit saving. However,
1042saving. 1042differences still exist, in particular for modes which modify the
1043buffer-saving process in non-trivial ways via various hooks
1044(@pxref{Saving Buffers,,, elisp, The Emacs Lisp Reference Manual}).
1043 1045
1044@vindex delete-auto-save-files 1046@vindex delete-auto-save-files
1045 A buffer's auto-save file is deleted when you save the buffer in its 1047 A buffer's auto-save file is deleted when you save the buffer in its