changeset 47866:5177877a5328

Minor Texinfo usage fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Oct 2002 01:31:35 +0000
parents 22b1643144e9
children f91cebb0f333
files man/widget.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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