]> git.eshelyaron.com Git - emacs.git/commitdiff
(Basic Types): The argument to `:help-echo' can now be a form that
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 20 Aug 2003 03:45:18 +0000 (03:45 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 20 Aug 2003 03:45:18 +0000 (03:45 +0000)
evaluates to a string.

man/widget.texi

index d1d7bae031565f2b0788700dc3a09f3a75163eae..88c068abd7723e0260cd640231c883eaafe14f6c 100644 (file)
@@ -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