changeset 100049:fbb01190f309

* files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 29 Nov 2008 21:32:39 +0000
parents d872c709fff2
children 15255001587e
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 29 20:25:54 2008 +0000
+++ b/lisp/ChangeLog	Sat Nov 29 21:32:39 2008 +0000
@@ -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'.
 
--- a/lisp/files.el	Sat Nov 29 20:25:54 2008 +0000
+++ b/lisp/files.el	Sat Nov 29 21:32:39 2008 +0000
@@ -251,7 +251,7 @@
 
 (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 @@
 
 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.