mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
* files.el (break-hardlink-on-save): Doc fix.
Suggested by Xue Fuqiao. Fixes: debbugs:13801
This commit is contained in:
parent
35b249a653
commit
e2f6a0bc34
@ -1,3 +1,8 @@
|
||||
2013-12-17 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* files.el (break-hardlink-on-save): Doc fix (Bug#13801).
|
||||
Suggested by Xue Fuqiao.
|
||||
|
||||
2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
|
||||
|
@ -248,10 +248,12 @@ See also: `break-hardlink-on-save'."
|
||||
:group 'backup)
|
||||
|
||||
(defcustom break-hardlink-on-save nil
|
||||
"Non-nil means when saving a file that exists under several names
|
||||
\(i.e., has multiple hardlinks), break the hardlink associated with
|
||||
`buffer-file-name' and write to a new file, so that the other
|
||||
instances of the file are not affected by the save.
|
||||
"Whether to allow breaking hardlinks when saving files.
|
||||
If non-nil, then when saving a file that exists under several
|
||||
names \(i.e., has multiple hardlinks), break the hardlink
|
||||
associated with `buffer-file-name' and write to a new file, so
|
||||
that the other instances of the file are not affected by the
|
||||
save.
|
||||
|
||||
If `buffer-file-name' refers to a symlink, do not break the symlink.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user