projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45c32d7
)
; * lisp/wid-edit.el (natnum): rectify tag string
author
Mattias Engdegård
<mattiase@acm.org>
Sat, 25 Sep 2021 18:27:28 +0000
(20:27 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Sat, 25 Sep 2021 18:27:28 +0000
(20:27 +0200)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 72353b91909999a817e4d7d99cc1689720181b6a..05606fbfb4adf2f40119baff5749247fd801ba95 100644
(file)
--- 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))