From: Richard M. Stallman Date: Mon, 14 Oct 2002 01:31:35 +0000 (+0000) Subject: Minor Texinfo usage fix. X-Git-Tag: ttn-vms-21-2-B4~12844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65247564667db48f8395316cb6c9b63cb6094e6a;p=emacs.git Minor Texinfo usage fix. --- diff --git a/man/widget.texi b/man/widget.texi index fdac3cdde64..0a8b0f4b8c3 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