mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
* lisp/files.el (kept-new-versions): Improve documentation string.
This commit is contained in:
parent
3a798f696b
commit
c8ffca525c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user