diff man/widget.texi @ 52269:b4f51d656553

(Basic Types): The argument to `:help-echo' can now be a form that evaluates to a string.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 20 Aug 2003 03:45:18 +0000
parents 23a1cea22d13
children 9bdd2608958e
line wrap: on
line diff
--- a/man/widget.texi	Wed Aug 20 03:42:22 2003 +0000
+++ b/man/widget.texi	Wed Aug 20 03:45:18 2003 +0000
@@ -573,8 +573,9 @@
 Specifies how to display a message whenever you move to the widget with
 either @code{widget-forward} or @code{widget-backward} or move the mouse
 over it (using the standard @code{help-echo} mechanism).  The argument
-is either a string to display or a function of one argument, the widget,
-which should return a string to display.
+is either a string to display, a function of one argument, the widget,
+which should return a string to display, or a form that evaluates to
+such a string.
 
 @vindex indent@r{ keyword}
 @item :indent