]> code.delx.au - gnu-emacs/commitdiff
(file-precious-flag): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 7 Jun 1995 20:45:11 +0000 (20:45 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 7 Jun 1995 20:45:11 +0000 (20:45 +0000)
lisp/files.el

index baf99dbe35d38a448d5702b44a9debe9dafe68ee..634d54b09bfd6b8eb1a63068a3d13ea750aa4c31 100644 (file)
@@ -130,7 +130,10 @@ If the buffer is visiting a new file, the value is nil.")
 
 (defconst file-precious-flag nil
   "*Non-nil means protect against I/O errors while saving files.
-Some modes set this non-nil in particular buffers.")
+Some modes set this non-nil in particular buffers.
+Note that this 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.")
 
 (defvar version-control nil
   "*Control use of version numbers for backup files.