]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 29 Nov 2008 21:32:39 +0000 (21:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 29 Nov 2008 21:32:39 +0000 (21:32 +0000)
lisp/ChangeLog
lisp/files.el

index 192133a94208e8e176d4edd7bf69c47e5458507e..915f169063a70ed27fd02dc932904869d43e503a 100644 (file)
@@ -1,5 +1,8 @@
 2008-11-29  Juanma Barranquero  <lekktu@gmail.com>
 
+       * files.el (break-hardlink-on-save): Fix typo in docstring.
+       Add :version tag.
+
        * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
        (reb-mode): Define with `define-derived-mode'.
 
index bbda5cf3b46cf1bc1191fcac7de997004aa06b6f..510b63133a0ddd2ab8340d3894ca4a91dfd5377e 100644 (file)
@@ -251,7 +251,7 @@ See also: `break-hardlink-on-save'."
 
 (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
+\(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.
 
@@ -264,7 +264,8 @@ hardlink-nonbreaking way.
 
 See also `backup-by-copying' and `backup-by-copying-when-linked'."
   :type 'boolean
-  :group 'files)
+  :group 'files
+  :version "23.1")
 
 (defcustom version-control nil
   "Control use of version numbers for backup files.