emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115564: * files.el (break-hardlink-on-save): Doc fi


From: Chong Yidong
Subject: [Emacs-diffs] trunk r115564: * files.el (break-hardlink-on-save): Doc fix.
Date: Tue, 17 Dec 2013 15:10:00 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115564
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/13801
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2013-12-17 23:09:13 +0800
message:
  * files.el (break-hardlink-on-save): Doc fix.
  Suggested by Xue Fuqiao.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-17 12:04:23 +0000
+++ b/lisp/ChangeLog    2013-12-17 15:09:13 +0000
@@ -1,3 +1,8 @@
+2013-12-17  Chong Yidong  <address@hidden>
+
+       * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
+       Suggested by Xue Fuqiao.
+
 2013-12-17  Dmitry Gutov  <address@hidden>
 
        * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2013-11-30 08:42:28 +0000
+++ b/lisp/files.el     2013-12-17 15:09:13 +0000
@@ -248,10 +248,12 @@
   :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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]