diff options
| author | Richard M. Stallman | 2002-06-11 19:28:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-11 19:28:20 +0000 |
| commit | 2e46cd090815ef739ef996a6f835a29579153535 (patch) | |
| tree | 26578031238b21bad9d34f3301518733709f825b | |
| parent | 34f30f79b31dbe7e5db45c716e4f34cf9d674542 (diff) | |
| download | emacs-2e46cd090815ef739ef996a6f835a29579153535.tar.gz emacs-2e46cd090815ef739ef996a6f835a29579153535.zip | |
Delete "new in Emacs 21" note.
| -rw-r--r-- | lispref/display.texi | 2 | ||||
| -rw-r--r-- | lispref/text.texi | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 3b9ae8ee17e..bf36afa9029 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -861,7 +861,7 @@ or shorter, higher or lower, wider or narrower, or replaced with an image. | |||
| 861 | If an overlay has a @code{help-echo} property, then when you move the | 861 | If an overlay has a @code{help-echo} property, then when you move the |
| 862 | mouse onto the text in the overlay, Emacs displays a help string in the | 862 | mouse onto the text in the overlay, Emacs displays a help string in the |
| 863 | echo area, or in the tooltip window. For details see @ref{Text | 863 | echo area, or in the tooltip window. For details see @ref{Text |
| 864 | help-echo}. This feature is available starting in Emacs 21. | 864 | help-echo}. |
| 865 | 865 | ||
| 866 | @item modification-hooks | 866 | @item modification-hooks |
| 867 | @kindex modification-hooks @r{(overlay property)} | 867 | @kindex modification-hooks @r{(overlay property)} |
diff --git a/lispref/text.texi b/lispref/text.texi index bbbbb6eca82..615db2d0860 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -2739,8 +2739,7 @@ a string, it is evaluated to obtain a help string. | |||
| 2739 | You can alter the way help text is displayed by setting the variable | 2739 | You can alter the way help text is displayed by setting the variable |
| 2740 | @code{show-help-function} (@pxref{Help display}). | 2740 | @code{show-help-function} (@pxref{Help display}). |
| 2741 | 2741 | ||
| 2742 | This feature is used in the mode line and for other active text. It is | 2742 | This feature is used in the mode line and for other active text. |
| 2743 | available starting in Emacs 21. | ||
| 2744 | 2743 | ||
| 2745 | @item keymap | 2744 | @item keymap |
| 2746 | @cindex keymap of character | 2745 | @cindex keymap of character |