changeset 99555:c7babe27159c

(file-precious-flag): Document that this flag is advisory.
author Karl Fogel <kfogel@red-bean.com>
date Fri, 14 Nov 2008 23:36:37 +0000
parents ae79259858c8
children 59b20da432f9
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 14 21:11:15 2008 +0000
+++ b/lisp/ChangeLog	Fri Nov 14 23:36:37 2008 +0000
@@ -1,3 +1,8 @@
+2008-11-14  Karl Fogel  <kfogel@red-bean.com>
+
+	* files.el (file-precious-flag): Document that this flag is
+	advisory.
+
 2008-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
 
 	* emacs-lisp/bytecomp.el (byte-compile-associative)
--- a/lisp/files.el	Fri Nov 14 21:11:15 2008 +0000
+++ b/lisp/files.el	Fri Nov 14 23:36:37 2008 +0000
@@ -239,7 +239,11 @@
 
 Note that this feature forces backups to be made by copying.
 Yet, at the same time, saving a precious file
-breaks any hard links between it and other files."
+breaks any hard links between it and other files.
+
+This feature is advisory: for example, if the directory in which the
+file is being saved is not writeable, Emacs may ignore a non-nil value
+of `file-precious-flag' and write directly into the file."
   :type 'boolean
   :group 'backup)