Mercurial > emacs
changeset 75030:c68ca9453532
(version-control): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 02 Jan 2007 01:26:20 +0000 |
parents | 702c3d021a2c |
children | 729b3c6faadf |
files | lisp/files.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Mon Jan 01 22:20:46 2007 +0000 +++ b/lisp/files.el Tue Jan 02 01:26:20 2007 +0000 @@ -242,9 +242,9 @@ (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))