[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/files.el,v
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/files.el,v |
Date: |
Tue, 02 Jan 2007 01:26:21 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Juanma Barranquero <lektu> 07/01/02 01:26:20
Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.874
retrieving revision 1.875
diff -u -b -r1.874 -r1.875
--- files.el 31 Dec 2006 00:34:49 -0000 1.874
+++ files.el 2 Jan 2007 01:26:20 -0000 1.875
@@ -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))
- [Emacs-diffs] Changes to emacs/lisp/files.el,v,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/files.el,v, Richard M. Stallman, 2007/01/04
- [Emacs-diffs] Changes to emacs/lisp/files.el,v, Eli Zaretskii, 2007/01/06
- [Emacs-diffs] Changes to emacs/lisp/files.el,v, Chong Yidong, 2007/01/20
- [Emacs-diffs] Changes to emacs/lisp/files.el,v, Glenn Morris, 2007/01/20
- [Emacs-diffs] Changes to emacs/lisp/files.el,v, Chong Yidong, 2007/01/27
- [Emacs-diffs] Changes to emacs/lisp/files.el,v, Michael Albinus, 2007/01/30
- [Emacs-diffs] Changes to emacs/lisp/files.el,v, Jason Rumney, 2007/01/31