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:
parent
30d57b8e6e
commit
9263121691
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user