Mercurial > emacs
changeset 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 | afd336074a55 |
children | 52f55caa8273 |
files | man/widget.texi |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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