]> git.eshelyaron.com Git - emacs.git/commitdiff
(Type Keywords): Correct the description of `:help-echo' in the case
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 20 Aug 2003 03:20:33 +0000 (03:20 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 20 Aug 2003 03:20:33 +0000 (03:20 +0000)
where `motion-doc' is a function.

lispref/customize.texi

index 41d29edf9811f29045bd5d182679d638128c794a..7a5977be5dae0f981fc6540c8dd687fe73bebb81 100644 (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}