summaryrefslogtreecommitdiff
path: root/man/widget.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-08-20 03:45:18 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-08-20 03:45:18 +0000
commit0bc5b0881a3f1bee2920731da87aac5712f8c38f (patch)
tree3e24198b006c625e1abfd4b6060c11e8c485ac24 /man/widget.texi
parentdbc85193b5f2cbd2b86d01bdeeec81f8f671b5b1 (diff)
downloademacs-0bc5b0881a3f1bee2920731da87aac5712f8c38f.tar.gz
(Basic Types): The argument to `:help-echo' can now be a form that
evaluates to a string.
Diffstat (limited to 'man/widget.texi')
-rw-r--r--man/widget.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/widget.texi b/man/widget.texi
index d1d7bae0315..88c068abd77 100644
--- a/man/widget.texi
+++ b/man/widget.texi
@@ -573,8 +573,9 @@ Emacsen that supports it.
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