aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el6
1 files changed, 3 insertions, 3 deletions
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."
242 242
243(defcustom version-control nil 243(defcustom version-control nil
244 "Control use of version numbers for backup files. 244 "Control use of version numbers for backup files.
245t means make numeric backup versions unconditionally. 245When t, make numeric backup versions unconditionally.
246nil means make them for files that have some already. 246When nil, make them for files that have some already.
247`never' means do not make them." 247The value `never' means do not make them."
248 :type '(choice (const :tag "Never" never) 248 :type '(choice (const :tag "Never" never)
249 (const :tag "If existing" nil) 249 (const :tag "If existing" nil)
250 (other :tag "Always" t)) 250 (other :tag "Always" t))