diff options
| author | Luc Teirlinck | 2003-08-20 03:20:33 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-08-20 03:20:33 +0000 |
| commit | 17458c91cd22d999e697b23212c4f1f95afea685 (patch) | |
| tree | ed5348244ecbc803d38bac475003a9396f88ba53 | |
| parent | 3a06a6d99b0c573779862bd2b8fb7e56e8b16ccb (diff) | |
| download | emacs-17458c91cd22d999e697b23212c4f1f95afea685.tar.gz emacs-17458c91cd22d999e697b23212c4f1f95afea685.zip | |
(Type Keywords): Correct the description of `:help-echo' in the case
where `motion-doc' is a function.
| -rw-r--r-- | lispref/customize.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi index 41d29edf981..7a5977be5da 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi | |||
| @@ -975,7 +975,8 @@ When you move to this item with @code{widget-forward} or | |||
| 975 | @code{widget-backward}, it will display the string @var{motion-doc} in | 975 | @code{widget-backward}, it will display the string @var{motion-doc} in |
| 976 | the echo area. In addition, @var{motion-doc} is used as the mouse | 976 | the echo area. In addition, @var{motion-doc} is used as the mouse |
| 977 | @code{help-echo} string and may actually be a function or form evaluated | 977 | @code{help-echo} string and may actually be a function or form evaluated |
| 978 | to yield a help string as for @code{help-echo} text properties. | 978 | to yield a help string. If it is a function, it is called with one |
| 979 | argument, the widget. | ||
| 979 | @c @xref{Text help-echo}. | 980 | @c @xref{Text help-echo}. |
| 980 | 981 | ||
| 981 | @item :match @var{function} | 982 | @item :match @var{function} |