From: Charles A. Roelli Date: Mon, 9 Apr 2018 18:26:50 +0000 (+0200) Subject: * lisp/files.el (kept-new-versions): Improve documentation string. X-Git-Tag: emacs-26.1-rc1~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8ffca5;p=emacs.git * lisp/files.el (kept-new-versions): Improve documentation string. --- diff --git a/lisp/files.el b/lisp/files.el index 1e44f43be1e..d0b7285fdb0 100644 --- 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)