aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-11 19:28:20 +0000
committerRichard M. Stallman2002-06-11 19:28:20 +0000
commit2e46cd090815ef739ef996a6f835a29579153535 (patch)
tree26578031238b21bad9d34f3301518733709f825b
parent34f30f79b31dbe7e5db45c716e4f34cf9d674542 (diff)
downloademacs-2e46cd090815ef739ef996a6f835a29579153535.tar.gz
emacs-2e46cd090815ef739ef996a6f835a29579153535.zip
Delete "new in Emacs 21" note.
-rw-r--r--lispref/display.texi2
-rw-r--r--lispref/text.texi3
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.
861If an overlay has a @code{help-echo} property, then when you move the 861If an overlay has a @code{help-echo} property, then when you move the
862mouse onto the text in the overlay, Emacs displays a help string in the 862mouse onto the text in the overlay, Emacs displays a help string in the
863echo area, or in the tooltip window. For details see @ref{Text 863echo area, or in the tooltip window. For details see @ref{Text
864help-echo}. This feature is available starting in Emacs 21. 864help-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.
2739You can alter the way help text is displayed by setting the variable 2739You 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
2742This feature is used in the mode line and for other active text. It is 2742This feature is used in the mode line and for other active text.
2743available starting in Emacs 21.
2744 2743
2745@item keymap 2744@item keymap
2746@cindex keymap of character 2745@cindex keymap of character