From: Eli Zaretskii Date: Wed, 7 Jan 1998 09:41:30 +0000 (+0000) Subject: (delete-auto-save-files): Say in the doc string that X-Git-Tag: emacs-20.3~2478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92631216919566dd1bfc6a880fc35c2ef0611457;p=emacs.git (delete-auto-save-files): Say in the doc string that auto-save file will not be deleted if the buffer has unsaved changes. --- diff --git a/lisp/files.el b/lisp/files.el index 4d977185d26..a11d013dc86 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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)