diff options
| author | Luc Teirlinck | 2003-08-20 03:45:18 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-08-20 03:45:18 +0000 |
| commit | b0ab008bd8441ab1f87cf2c1b41de2365e3c745c (patch) | |
| tree | 069479a5a674f613e340211cb21c29c3502f420e | |
| parent | a4e4f05dab0724987ead6f38f619d29f9b8dc328 (diff) | |
| download | emacs-b0ab008bd8441ab1f87cf2c1b41de2365e3c745c.tar.gz emacs-b0ab008bd8441ab1f87cf2c1b41de2365e3c745c.zip | |
(Basic Types): The argument to `:help-echo' can now be a form that
evaluates to a string.
| -rw-r--r-- | man/widget.texi | 5 |
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. | |||
| 573 | Specifies how to display a message whenever you move to the widget with | 573 | Specifies how to display a message whenever you move to the widget with |
| 574 | either @code{widget-forward} or @code{widget-backward} or move the mouse | 574 | either @code{widget-forward} or @code{widget-backward} or move the mouse |
| 575 | over it (using the standard @code{help-echo} mechanism). The argument | 575 | over it (using the standard @code{help-echo} mechanism). The argument |
| 576 | is either a string to display or a function of one argument, the widget, | 576 | is either a string to display, a function of one argument, the widget, |
| 577 | which should return a string to display. | 577 | which should return a string to display, or a form that evaluates to |
| 578 | such a string. | ||
| 578 | 579 | ||
| 579 | @vindex indent@r{ keyword} | 580 | @vindex indent@r{ keyword} |
| 580 | @item :indent | 581 | @item :indent |