# HG changeset patch # User Luc Teirlinck # Date 1061349633 0 # Node ID 248944d84147887601c60df7d5341d6adcd592c1 # Parent 29a54e360c88683c688b4fc2eadca371de39d4e5 (Type Keywords): Correct the description of `:help-echo' in the case where `motion-doc' is a function. diff -r 29a54e360c88 -r 248944d84147 lispref/customize.texi --- 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}