comparison lispref/customize.texi @ 30500:1d1ab0dfb528

:help-echo needn't be a string.
author Dave Love <fx@gnu.org>
date Thu, 27 Jul 2000 13:12:14 +0000
parents 844fb933c1aa
children a0af1af4aabf
comparison
equal deleted inserted replaced
30499:e603bf6a21ad 30500:1d1ab0dfb528
868 provide more information about the meanings of alternatives inside a 868 provide more information about the meanings of alternatives inside a
869 @code{:choice} type or the parts of some other composite type. 869 @code{:choice} type or the parts of some other composite type.
870 870
871 @item :help-echo @var{motion-doc} 871 @item :help-echo @var{motion-doc}
872 When you move to this item with @code{widget-forward} or 872 When you move to this item with @code{widget-forward} or
873 @code{widget-backward}, it will display the string @var{motion-doc} 873 @code{widget-backward}, it will display the string @var{motion-doc} in
874 in the echo area. 874 the echo area. In addition, @var{motion-doc} is used as the mouse
875 @code{help-echo} string and may actually be a function or form evaluated
876 to yield a help string as for @code{help-echo} text properties.
877 @xref{Text help-echo}.
875 878
876 @item :match @var{function} 879 @item :match @var{function}
877 Specify how to decide whether a value matches the type. The 880 Specify how to decide whether a value matches the type. The
878 corresponding value, @var{function}, should be a function that accepts 881 corresponding value, @var{function}, should be a function that accepts
879 two arguments, a widget and a value; it should return non-@code{nil} if 882 two arguments, a widget and a value; it should return non-@code{nil} if