From: Stefan Kangas Date: Tue, 2 Aug 2022 09:00:18 +0000 (+0200) Subject: ; * lisp/textmodes/texinfo.el: Remove stale comment. X-Git-Tag: emacs-29.0.90~1447^2~550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=101a5b574e55dcc5d6e03f1a1dc052b629fe0c8d;p=emacs.git ; * lisp/textmodes/texinfo.el: Remove stale comment. --- 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)))