From dab71b2c8dad8b824396aa038911a24d3c03e9ba Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Fri, 14 Nov 2008 23:36:37 +0000 Subject: (file-precious-flag): Document that this flag is advisory. --- lisp/files.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/files.el') diff --git a/lisp/files.el b/lisp/files.el index ff6d1847523..b36b0af8322 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -239,7 +239,11 @@ and there is never any instant where the file is nonexistent. 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) -- cgit v1.2.1