aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-04-30 17:55:02 +0000
committerRichard M. Stallman2002-04-30 17:55:02 +0000
commit85378c3fcab7d998f65b331b9637a9108f5bd411 (patch)
tree419cd6517761387c7e6dbdad533cc82306de5088
parentaea6173f18382d48f2919cf966595d698f391371 (diff)
downloademacs-85378c3fcab7d998f65b331b9637a9108f5bd411.tar.gz
emacs-85378c3fcab7d998f65b331b9637a9108f5bd411.zip
(Special Properties): Add index entry and xref for tooltips.
-rw-r--r--lispref/text.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 5d8809b215d..d5760a73d89 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -2678,10 +2678,12 @@ or shorter, higher or lower, wider or narrow, or replaced with an image.
2678 2678
2679@item help-echo 2679@item help-echo
2680@kindex help-echo @r{(text property)} 2680@kindex help-echo @r{(text property)}
2681@cindex tooltip
2681@anchor{Text help-echo} 2682@anchor{Text help-echo}
2682If text has a string as its @code{help-echo} property, then when you 2683If text has a string as its @code{help-echo} property, then when you
2683move the mouse onto that text, Emacs displays that string in the echo 2684move the mouse onto that text, Emacs displays that string in the echo
2684area, or in the tooltip window. 2685area, or in the tooltip window (@pxref{Tooltips,,, emacs, The GNU Emacs
2686Manual}).
2685 2687
2686If the value of the @code{help-echo} property is a function, that 2688If the value of the @code{help-echo} property is a function, that
2687function is called with three arguments, @var{window}, @var{object} and 2689function is called with three arguments, @var{window}, @var{object} and