# HG changeset patch # User Eli Zaretskii # Date 884166090 0 # Node ID bda7ed8155827109e8a95975fb25a9f64caa071f # Parent 7d5ca0b58282a28ad7a518f73c1bd60ef3563e6d (delete-auto-save-files): Say in the doc string that auto-save file will not be deleted if the buffer has unsaved changes. diff -r 7d5ca0b58282 -r bda7ed815582 lisp/files.el --- 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)