diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-01-18 19:53:01 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-01-18 19:56:54 +0100 |
commit | f3d30b5303783a307921b914d4df0b082106b39d (patch) | |
tree | 933016e18770008975fcf377b2938ceb618c6801 /lisp/woman.el | |
parent | 4217bc229b8d1614b3b5c44fd1dadb775ed1ef4a (diff) | |
download | emacs-f3d30b5303783a307921b914d4df0b082106b39d.tar.gz |
Remove some doc references to old Emacs versions
* doc/misc/efaq.texi (Horizontal scrolling): Remove section
only relevant to Emacs 21 or older.
(Repeating commands, Editing MS-DOS files):
* lisp/progmodes/gdb-mi.el:
* lisp/woman.el: Doc fix - remove some references to Emacs 20 and older.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index 809f50e8c3a..8465ab7c32e 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -138,7 +138,7 @@ ;; Customization, Hooks and Imenu ;; ============================== -;; WoMan supports the GNU Emacs 20+ customization facility, and puts +;; WoMan supports the GNU Emacs customization facility, and puts ;; a customization group called `WoMan' in the `Help' group under the ;; top-level `Emacs' group. In order to be able to customize WoMan ;; without first loading it, add the following sexp to your .emacs: |