diff lisp/textmodes/texinfo.el @ 1188:a6d32838af49

(texinfo-mode): Capitalize the mode name string.
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Sep 1992 18:32:59 +0000
parents 751a51860b29
children a52da8d63ff3
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Mon Sep 21 15:01:37 1992 +0000
+++ b/lisp/textmodes/texinfo.el	Mon Sep 21 18:32:59 1992 +0000
@@ -218,7 +218,7 @@
 value of texinfo-mode-hook."
   (interactive)
   (text-mode)
-  (setq mode-name "texinfo")
+  (setq mode-name "Texinfo")
   (setq major-mode 'texinfo-mode)
   (use-local-map texinfo-mode-map)
   (set-syntax-table texinfo-mode-syntax-table)