changeset 52267:248944d84147

(Type Keywords): Correct the description of `:help-echo' in the case where `motion-doc' is a function.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 20 Aug 2003 03:20:33 +0000
parents 29a54e360c88
children afd336074a55
files lispref/customize.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/customize.texi	Tue Aug 19 23:47:31 2003 +0000
+++ b/lispref/customize.texi	Wed Aug 20 03:20:33 2003 +0000
@@ -975,7 +975,8 @@
 @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}