aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-12-20 23:12:01 +0000
committerLuc Teirlinck2005-12-20 23:12:01 +0000
commitff858549f5982c78f71321e0772ddcbf6855fb4a (patch)
tree795c32c13d7ed53fd18fe32862912c58a3bd4168
parenta31687ce3640a65f35fa8c0a7e7a00d79f0470c0 (diff)
downloademacs-ff858549f5982c78f71321e0772ddcbf6855fb4a.tar.gz
emacs-ff858549f5982c78f71321e0772ddcbf6855fb4a.zip
(Type Keywords): Delete xref to "Text help-echo", because it is
confusing. If the :help-echo keyword is a function, it is not directly used as the :help-echo overlay property, as the xref seems to suggest (it does not take the appropriate args).
-rw-r--r--lispref/customize.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index 53a52673e39..d899e1be042 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -1011,7 +1011,6 @@ the echo area. In addition, @var{motion-doc} is used as the mouse
1011@code{help-echo} string and may actually be a function or form evaluated 1011@code{help-echo} string and may actually be a function or form evaluated
1012to yield a help string. If it is a function, it is called with one 1012to yield a help string. If it is a function, it is called with one
1013argument, the widget. 1013argument, the widget.
1014@xref{Text help-echo}.
1015 1014
1016@item :match @var{function} 1015@item :match @var{function}
1017Specify how to decide whether a value matches the type. The 1016Specify how to decide whether a value matches the type. The