From: Juanma Barranquero Date: Sat, 29 Nov 2008 21:32:39 +0000 (+0000) Subject: * files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag. X-Git-Tag: emacs-pretest-23.0.90~1430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76e7a7f0b4c0b63a4ef6541aac2e3c3908fa45bc;p=emacs.git * files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 192133a9420..915f169063a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/files.el b/lisp/files.el index bbda5cf3b46..510b63133a0 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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.