summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texinfo.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-02 11:00:18 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-02 11:05:33 +0200
commit101a5b574e55dcc5d6e03f1a1dc052b629fe0c8d (patch)
tree29d70f7903dd46d1404cfe5918c60fea6a7e017d /lisp/textmodes/texinfo.el
parent632b74efa3523683596a8efbc854824dc819bebf (diff)
downloademacs-101a5b574e55dcc5d6e03f1a1dc052b629fe0c8d.tar.gz
emacs-101a5b574e55dcc5d6e03f1a1dc052b629fe0c8d.tar.bz2
emacs-101a5b574e55dcc5d6e03f1a1dc052b629fe0c8d.zip
; * lisp/textmodes/texinfo.el: Remove stale comment.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r--lisp/textmodes/texinfo.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 1ac59ddc5fb..7a654f72ab8 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -235,9 +235,6 @@ Subexpression 1 is what goes into the corresponding `@end' statement.")
(define-key keymap "\C-c\C-t\C-r" #'texinfo-tex-region)
(define-key keymap "\C-c\C-t\C-b" #'texinfo-tex-buffer))
-;; Mode documentation displays commands in reverse order
-;; from how they are listed in the texinfo-mode-map.
-
(defvar texinfo-mode-map
(let ((map (make-sparse-keymap)))