]> git.eshelyaron.com Git - emacs.git/commitdiff
(version-control): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jan 2007 01:26:20 +0000 (01:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Jan 2007 01:26:20 +0000 (01:26 +0000)
lisp/files.el

index c462e5cce9d07f1e7ecffe3eba26ca6f1eac8ec3..cc4cd1220f984261c3793114409e37ce3fb81dc1 100644 (file)
@@ -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))