# HG changeset patch # User Luc Teirlinck # Date 1061351118 0 # Node ID b4f51d656553d2341239693271f424c438fcaa25 # Parent afd336074a55b5bca9bb0e3a4dcc06c4e17e84e0 (Basic Types): The argument to `:help-echo' can now be a form that evaluates to a string. diff -r afd336074a55 -r b4f51d656553 man/widget.texi --- 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