aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-09-06 13:57:01 +0200
committerStefan Kangas2022-09-06 14:08:27 +0200
commitb96257162df5c899f374b9ed2c769b3838a1b368 (patch)
tree1b710404203da0f97195dbfe1c51daa6cdaf5813
parentecbdb3b0adf0515233cac050e5366108ba0e3d03 (diff)
downloademacs-b96257162df5c899f374b9ed2c769b3838a1b368.tar.gz
emacs-b96257162df5c899f374b9ed2c769b3838a1b368.zip
Don't mention very old Emacs versions in docs
* doc/misc/mh-e.texi (Conventions): * doc/misc/reftex.texi (Problems and Work-Arounds): * doc/misc/viper.texi (Loading Viper): Delete references to very old versions of Emacs.
-rw-r--r--doc/misc/mh-e.texi3
-rw-r--r--doc/misc/reftex.texi12
-rw-r--r--doc/misc/viper.texi6
3 files changed, 4 insertions, 17 deletions
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi
index d42f71a022e..ed5c64bb478 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -333,8 +333,7 @@ Press the @key{TAB} key.
333Press the @key{DELETE} key. 333Press the @key{DELETE} key.
334@c ------------------------- 334@c -------------------------
335@item @key{BS} 335@item @key{BS}
336Press the @key{BACKSPACE} key@footnote{If you are using Version 20 or 336Press the @key{BACKSPACE} key.
337earlier of Emacs, you will need to use the @key{DEL} key.}.
338@end table 337@end table
339 338
340@cindex Emacs, prefix argument 339@cindex Emacs, prefix argument
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index 0c95b388cb2..b30e5aeaa4d 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -3539,18 +3539,6 @@ as a label of type @code{?p}. Argument count for this macro starts only
3539after the @samp{@{step+@}}, also when specifying how to get 3539after the @samp{@{step+@}}, also when specifying how to get
3540context. 3540context.
3541 3541
3542@item
3543@b{Viper mode}@*
3544@cindex Viper mode
3545@cindex Key bindings, problems with Viper mode
3546@findex viper-harness-minor-mode
3547With @i{Viper} mode prior to Vipers version 3.01, you need to protect
3548@RefTeX{}'s keymaps with
3549
3550@lisp
3551(viper-harness-minor-mode "reftex")
3552@end lisp
3553
3554@end itemize 3542@end itemize
3555 3543
3556@page 3544@page
diff --git a/doc/misc/viper.texi b/doc/misc/viper.texi
index 97bb7d75cf5..eeafd64be3b 100644
--- a/doc/misc/viper.texi
+++ b/doc/misc/viper.texi
@@ -325,9 +325,9 @@ lines (in the given order!):
325@noindent 325@noindent
326in your @file{~/.emacs} file. The @file{.emacs} file is placed in your 326in your @file{~/.emacs} file. The @file{.emacs} file is placed in your
327home directory and it is be executed every time you invoke Emacs. This is 327home directory and it is be executed every time you invoke Emacs. This is
328the place where all general Emacs customization takes place. Beginning with 328the place where all general Emacs customization takes place. Emacs
329version 20.0, Emacsen have an interactive interface, which simplifies the 329has an interactive interface (@kbd{M-x customize}), which simplifies
330job of customization significantly. 330the job of customization significantly.
331 331
332Viper also uses the file @file{~/.emacs.d/viper} for Viper-specific customization. 332Viper also uses the file @file{~/.emacs.d/viper} for Viper-specific customization.
333The location of Viper customization file can be changed by setting the 333The location of Viper customization file can be changed by setting the