aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/widget.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/widget.texi b/man/widget.texi
index fdac3cdde6..0a8b0f4b8c 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -614,7 +614,7 @@ representation of the @code{:value} property if not.
@vindex match@r{ keyword}
@item :match
Should be a function called with two arguments, the widget and a value,
-and returning non-nil if the widget can represent the specified value.
+and returning non-@code{nil} if the widget can represent the specified value.
@vindex validate@r{ keyword}
@item :validate