]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/wid-edit.el (natnum): rectify tag string
authorMattias Engdegård <mattiase@acm.org>
Sat, 25 Sep 2021 18:27:28 +0000 (20:27 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 25 Sep 2021 18:27:28 +0000 (20:27 +0200)
lisp/wid-edit.el

index 72353b91909999a817e4d7d99cc1689720181b6a..05606fbfb4adf2f40119baff5749247fd801ba95 100644 (file)
@@ -3646,7 +3646,7 @@ match-alternatives: %S"
 
 (define-widget 'natnum 'restricted-sexp
   "A nonnegative integer."
-  :tag "Integer (positive)"
+  :tag "Integer (positive or zero)"
   :value 0
   :type-error "This field should contain a nonnegative integer"
   :match-alternatives '(natnump))