summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gdb-mi.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-01-18 19:53:01 +0100
committerStefan Kangas <stefankangas@gmail.com>2020-01-18 19:56:54 +0100
commitf3d30b5303783a307921b914d4df0b082106b39d (patch)
tree933016e18770008975fcf377b2938ceb618c6801 /lisp/progmodes/gdb-mi.el
parent4217bc229b8d1614b3b5c44fd1dadb775ed1ef4a (diff)
downloademacs-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/progmodes/gdb-mi.el')
-rw-r--r--lisp/progmodes/gdb-mi.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index b08d487af30..e4233dacaf6 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -37,7 +37,7 @@
;; buffers which control the execution and describe the state of your program.
;; It separates the input/output of your program from that of GDB and displays
;; expressions and their current values in their own buffers. It also uses
-;; features of Emacs 21 such as the fringe/display margin for breakpoints, and
+;; features such as the fringe/display margin for breakpoints, and
;; the toolbar (see the GDB Graphical Interface section in the Emacs info
;; manual).