aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-10-14 01:31:35 +0000
committerRichard M. Stallman <[email protected]>2002-10-14 01:31:35 +0000
commit65247564667db48f8395316cb6c9b63cb6094e6a (patch)
tree1be6ea1e25059efa28a52c7d1cdda7882845f9db
parentcba59f778608e94182d6d652c8a6bc4ced86739c (diff)
Minor Texinfo usage fix.
-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