diff options
| author | Eli Zaretskii | 2005-01-29 13:55:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-01-29 13:55:46 +0000 |
| commit | 9172ffcd36b3a7891d04cddfa19dacef110fc7f4 (patch) | |
| tree | 006e28092094f71eaeb376b757306aba5405a085 | |
| parent | 5eb8942bad5e33a6d9b29c51f8cd1eac1e553ea0 (diff) | |
| download | emacs-9172ffcd36b3a7891d04cddfa19dacef110fc7f4.tar.gz emacs-9172ffcd36b3a7891d04cddfa19dacef110fc7f4.zip | |
(Type Keywords): Uncomment the xref to the help-echo property documentation.
| -rw-r--r-- | lispref/customize.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi index 8ad0312e4ea..225a487af9b 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi | |||
| @@ -983,7 +983,7 @@ the echo area. In addition, @var{motion-doc} is used as the mouse | |||
| 983 | @code{help-echo} string and may actually be a function or form evaluated | 983 | @code{help-echo} string and may actually be a function or form evaluated |
| 984 | to yield a help string. If it is a function, it is called with one | 984 | to yield a help string. If it is a function, it is called with one |
| 985 | argument, the widget. | 985 | argument, the widget. |
| 986 | @c @xref{Text help-echo}. | 986 | @xref{Text help-echo}. |
| 987 | 987 | ||
| 988 | @item :match @var{function} | 988 | @item :match @var{function} |
| 989 | Specify how to decide whether a value matches the type. The | 989 | Specify how to decide whether a value matches the type. The |