Mercurial > emacs
comparison man/widget.texi @ 47866:5177877a5328
Minor Texinfo usage fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 14 Oct 2002 01:31:35 +0000 |
parents | be7a44c8fe9c |
children | 23a1cea22d13 |
comparison
equal
deleted
inserted
replaced
47865:22b1643144e9 | 47866:5177877a5328 |
---|---|
612 representation of the @code{:value} property if not. | 612 representation of the @code{:value} property if not. |
613 | 613 |
614 @vindex match@r{ keyword} | 614 @vindex match@r{ keyword} |
615 @item :match | 615 @item :match |
616 Should be a function called with two arguments, the widget and a value, | 616 Should be a function called with two arguments, the widget and a value, |
617 and returning non-nil if the widget can represent the specified value. | 617 and returning non-@code{nil} if the widget can represent the specified value. |
618 | 618 |
619 @vindex validate@r{ keyword} | 619 @vindex validate@r{ keyword} |
620 @item :validate | 620 @item :validate |
621 A function which takes a widget as an argument, and returns @code{nil} | 621 A function which takes a widget as an argument, and returns @code{nil} |
622 if the widget's current value is valid for the widget. Otherwise it | 622 if the widget's current value is valid for the widget. Otherwise it |