aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2005-01-29 13:58:04 +0000
committerEli Zaretskii2005-01-29 13:58:04 +0000
commitd94f2aab083f7c32708ee29615cc6a4601e149fe (patch)
tree709722090ca30bcc629dc926d58040e026df6d24
parent9172ffcd36b3a7891d04cddfa19dacef110fc7f4 (diff)
downloademacs-d94f2aab083f7c32708ee29615cc6a4601e149fe.tar.gz
emacs-d94f2aab083f7c32708ee29615cc6a4601e149fe.zip
(Overlay Properties): Fix the index entry for help-echo overlay property.
-rw-r--r--lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index f24432615e4..bccab7323e7 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1209,7 +1209,7 @@ or shorter, higher or lower, wider or narrower, or replaced with an image.
1209@xref{Display Property}. 1209@xref{Display Property}.
1210 1210
1211@item help-echo 1211@item help-echo
1212@kindex help-echo @r{(text property)} 1212@kindex help-echo @r{(overlay property)}
1213If an overlay has a @code{help-echo} property, then when you move the 1213If an overlay has a @code{help-echo} property, then when you move the
1214mouse onto the text in the overlay, Emacs displays a help string in the 1214mouse onto the text in the overlay, Emacs displays a help string in the
1215echo area, or in the tooltip window. For details see @ref{Text 1215echo area, or in the tooltip window. For details see @ref{Text