diff options
| -rw-r--r-- | lispref/customize.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi index dac31947e34..d649b836ea6 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi | |||
| @@ -870,8 +870,11 @@ provide more information about the meanings of alternatives inside a | |||
| 870 | 870 | ||
| 871 | @item :help-echo @var{motion-doc} | 871 | @item :help-echo @var{motion-doc} |
| 872 | When you move to this item with @code{widget-forward} or | 872 | When you move to this item with @code{widget-forward} or |
| 873 | @code{widget-backward}, it will display the string @var{motion-doc} | 873 | @code{widget-backward}, it will display the string @var{motion-doc} in |
| 874 | in the echo area. | 874 | the echo area. In addition, @var{motion-doc} is used as the mouse |
| 875 | @code{help-echo} string and may actually be a function or form evaluated | ||
| 876 | to yield a help string as for @code{help-echo} text properties. | ||
| 877 | @xref{Text help-echo}. | ||
| 875 | 878 | ||
| 876 | @item :match @var{function} | 879 | @item :match @var{function} |
| 877 | Specify how to decide whether a value matches the type. The | 880 | Specify how to decide whether a value matches the type. The |