1
0
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:
Charles A. Roelli 2018-04-09 20:26:50 +02:00
parent 3a798f696b
commit c8ffca525c

View File

@ -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)