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.
This commit is contained in:
Stefan Kangas 2022-09-06 13:57:01 +02:00
parent ecbdb3b0ad
commit b96257162d
3 changed files with 4 additions and 17 deletions

View file

@ -333,8 +333,7 @@ Press the @key{TAB} key.
Press the @key{DELETE} key. Press the @key{DELETE} key.
@c ------------------------- @c -------------------------
@item @key{BS} @item @key{BS}
Press the @key{BACKSPACE} key@footnote{If you are using Version 20 or Press the @key{BACKSPACE} key.
earlier of Emacs, you will need to use the @key{DEL} key.}.
@end table @end table
@cindex Emacs, prefix argument @cindex Emacs, prefix argument

View file

@ -3539,18 +3539,6 @@ as a label of type @code{?p}. Argument count for this macro starts only
after the @samp{@{step+@}}, also when specifying how to get after the @samp{@{step+@}}, also when specifying how to get
context. context.
@item
@b{Viper mode}@*
@cindex Viper mode
@cindex Key bindings, problems with Viper mode
@findex viper-harness-minor-mode
With @i{Viper} mode prior to Vipers version 3.01, you need to protect
@RefTeX{}'s keymaps with
@lisp
(viper-harness-minor-mode "reftex")
@end lisp
@end itemize @end itemize
@page @page

View file

@ -325,9 +325,9 @@ lines (in the given order!):
@noindent @noindent
in your @file{~/.emacs} file. The @file{.emacs} file is placed in your in your @file{~/.emacs} file. The @file{.emacs} file is placed in your
home directory and it is be executed every time you invoke Emacs. This is home directory and it is be executed every time you invoke Emacs. This is
the place where all general Emacs customization takes place. Beginning with the place where all general Emacs customization takes place. Emacs
version 20.0, Emacsen have an interactive interface, which simplifies the has an interactive interface (@kbd{M-x customize}), which simplifies
job of customization significantly. the job of customization significantly.
Viper also uses the file @file{~/.emacs.d/viper} for Viper-specific customization. Viper also uses the file @file{~/.emacs.d/viper} for Viper-specific customization.
The location of Viper customization file can be changed by setting the The location of Viper customization file can be changed by setting the