# HG changeset patch # User Juanma Barranquero # Date 1227994359 0 # Node ID fbb01190f30951d7a2bdf825b9b513248391e67b # Parent d872c709fff2d7dbfaf6da4709a403b8ad460fd4 * files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag. diff -r d872c709fff2 -r fbb01190f309 lisp/ChangeLog --- 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 + * 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'. diff -r d872c709fff2 -r fbb01190f309 lisp/files.el --- 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.