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'.
(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.
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.