projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a798f6
)
* lisp/files.el (kept-new-versions): Improve documentation string.
author
Charles A. Roelli
<charles@aurox.ch>
Mon, 9 Apr 2018 18:26:50 +0000
(20:26 +0200)
committer
Charles A. Roelli
<charles@aurox.ch>
Mon, 9 Apr 2018 18:26:50 +0000
(20:26 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 1e44f43be1e95b21de808d6a3dfa0cdb6e551a37..d0b7285fdb00add17b9d03bdd2fbfcc7ed527b89 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-318,7
+318,7
@@
If nil, ask confirmation. Any other value prevents any trimming."
(defcustom kept-new-versions 2
"Number of newest versions to keep when a new numbered backup is made.
-Includes the new backup. Must be
> 0
"
+Includes the new backup. Must be
greater than 0.
"
:type 'integer
:group 'backup)
(put 'kept-new-versions 'safe-local-variable 'integerp)