1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(Type Keywords): Correct the description of `:help-echo' in the case

where `motion-doc' is a function.
This commit is contained in:
Luc Teirlinck 2003-08-20 03:20:33 +00:00
parent 3a06a6d99b
commit 17458c91cd

View File

@ -975,7 +975,8 @@ When you move to this item with @code{widget-forward} or
@code{widget-backward}, it will display the string @var{motion-doc} in
the echo area. In addition, @var{motion-doc} is used as the mouse
@code{help-echo} string and may actually be a function or form evaluated
to yield a help string as for @code{help-echo} text properties.
to yield a help string. If it is a function, it is called with one
argument, the widget.
@c @xref{Text help-echo}.
@item :match @var{function}