# HG changeset patch # User Richard M. Stallman # Date 1034559095 0 # Node ID 5177877a532838db4caeeef97dfde1b770abaa71 # Parent 22b1643144e9bada3f08e9635a9acefbde4e0b25 Minor Texinfo usage fix. diff -r 22b1643144e9 -r 5177877a5328 man/widget.texi --- a/man/widget.texi Mon Oct 14 01:30:53 2002 +0000 +++ b/man/widget.texi Mon Oct 14 01:31:35 2002 +0000 @@ -614,7 +614,7 @@ @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