1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(delete-auto-save-files): Say in the doc string that

auto-save file will not be deleted if the buffer has unsaved
changes.
This commit is contained in:
Eli Zaretskii 1998-01-07 09:41:30 +00:00
parent 30d57b8e6e
commit 9263121691

View File

@ -40,7 +40,10 @@
(defcustom delete-auto-save-files t
"*Non-nil means delete auto-save file when a buffer is saved or killed."
"*Non-nil means delete auto-save file when a buffer is saved or killed.
Note that auto-save file will not be deleted if the buffer is killed
when it has unsaved changes."
:type 'boolean
:group 'auto-save)