+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)
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)