mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(file-precious-flag): Doc fix.
This commit is contained in:
parent
1e89de8486
commit
560f4415ad
1 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue