changeset 20596:bda7ed815582

(delete-auto-save-files): Say in the doc string that auto-save file will not be deleted if the buffer has unsaved changes.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Jan 1998 09:41:30 +0000
parents 7d5ca0b58282
children 886039ba7b3e
files lisp/files.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Mon Jan 05 17:39:32 1998 +0000
+++ b/lisp/files.el	Wed Jan 07 09:41:30 1998 +0000
@@ -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)