aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index baf99dbe35d..634d54b09bf 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -130,7 +130,10 @@ If the buffer is visiting a new file, the value is nil.")
130 130
131(defconst file-precious-flag nil 131(defconst file-precious-flag nil
132 "*Non-nil means protect against I/O errors while saving files. 132 "*Non-nil means protect against I/O errors while saving files.
133Some modes set this non-nil in particular buffers.") 133Some modes set this non-nil in particular buffers.
134Note that this forces backups to be made by copying.
135Yet, at the same time, saving a precious file
136breaks any hard links between it and other files.")
134 137
135(defvar version-control nil 138(defvar version-control nil
136 "*Control use of version numbers for backup files. 139 "*Control use of version numbers for backup files.