From: Juanma Barranquero Date: Tue, 2 Jan 2007 01:26:20 +0000 (+0000) Subject: (version-control): Doc fix. X-Git-Tag: emacs-pretest-22.0.93~305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93e7eeb4d830578c69c5b6ea4de4ae5d9976ae34;p=emacs.git (version-control): Doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index c462e5cce9d..cc4cd1220f9 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -242,9 +242,9 @@ breaks any hard links between it and other files." (defcustom version-control nil "Control use of version numbers for backup files. -t means make numeric backup versions unconditionally. -nil means make them for files that have some already. -`never' means do not make them." +When t, make numeric backup versions unconditionally. +When nil, make them for files that have some already. +The value `never' means do not make them." :type '(choice (const :tag "Never" never) (const :tag "If existing" nil) (other :tag "Always" t))