]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/texinfo.el: Remove stale comment.
authorStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 09:00:18 +0000 (11:00 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 2 Aug 2022 09:05:33 +0000 (11:05 +0200)
lisp/textmodes/texinfo.el

index 1ac59ddc5fbb88d9391fb53f5cce52c676689e3e..7a654f72ab8a55be1f56a713ae601e44739e9fd5 100644 (file)
@@ -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)))