comparison lisp/files.el @ 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 4ff9d9b75477
children deb167dcda0b
comparison
equal deleted inserted replaced
20595:7d5ca0b58282 20596:bda7ed815582
38 "Finding files." 38 "Finding files."
39 :group 'files) 39 :group 'files)
40 40
41 41
42 (defcustom delete-auto-save-files t 42 (defcustom delete-auto-save-files t
43 "*Non-nil means delete auto-save file when a buffer is saved or killed." 43 "*Non-nil means delete auto-save file when a buffer is saved or killed.
44
45 Note that auto-save file will not be deleted if the buffer is killed
46 when it has unsaved changes."
44 :type 'boolean 47 :type 'boolean
45 :group 'auto-save) 48 :group 'auto-save)
46 49
47 (defcustom directory-abbrev-alist 50 (defcustom directory-abbrev-alist
48 nil 51 nil