diff options
| author | Richard M. Stallman | 2002-04-30 17:55:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-30 17:55:02 +0000 |
| commit | 85378c3fcab7d998f65b331b9637a9108f5bd411 (patch) | |
| tree | 419cd6517761387c7e6dbdad533cc82306de5088 | |
| parent | aea6173f18382d48f2919cf966595d698f391371 (diff) | |
| download | emacs-85378c3fcab7d998f65b331b9637a9108f5bd411.tar.gz emacs-85378c3fcab7d998f65b331b9637a9108f5bd411.zip | |
(Special Properties): Add index entry and xref for tooltips.
| -rw-r--r-- | lispref/text.texi | 4 |
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} |
| 2682 | If text has a string as its @code{help-echo} property, then when you | 2683 | If text has a string as its @code{help-echo} property, then when you |
| 2683 | move the mouse onto that text, Emacs displays that string in the echo | 2684 | move the mouse onto that text, Emacs displays that string in the echo |
| 2684 | area, or in the tooltip window. | 2685 | area, or in the tooltip window (@pxref{Tooltips,,, emacs, The GNU Emacs |
| 2686 | Manual}). | ||
| 2685 | 2687 | ||
| 2686 | If the value of the @code{help-echo} property is a function, that | 2688 | If the value of the @code{help-echo} property is a function, that |
| 2687 | function is called with three arguments, @var{window}, @var{object} and | 2689 | function is called with three arguments, @var{window}, @var{object} and |