emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e6656df 7/7: ; * lisp/wid-edit.el (natnum): rectify tag string


From: Mattias Engdegård
Subject: master e6656df 7/7: ; * lisp/wid-edit.el (natnum): rectify tag string
Date: Sat, 25 Sep 2021 14:30:51 -0400 (EDT)

branch: master
commit e6656df59151cb491259492de534acf8d4d0e8ec
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/wid-edit.el (natnum): rectify tag string
---
 lisp/wid-edit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 72353b9..05606fb 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]