mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-10 05:30:45 -08:00
:help-echo needn't be a string.
This commit is contained in:
parent
6824708b09
commit
19182f77ef
1 changed files with 5 additions and 2 deletions
|
|
@ -870,8 +870,11 @@ provide more information about the meanings of alternatives inside a
|
|||
|
||||
@item :help-echo @var{motion-doc}
|
||||
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.
|
||||
@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.
|
||||
@xref{Text help-echo}.
|
||||
|
||||
@item :match @var{function}
|
||||
Specify how to decide whether a value matches the type. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue