# HG changeset patch # User Richard M. Stallman # Date 717100379 0 # Node ID a6d32838af491913e5870557ca4ac44bb046f254 # Parent 519c04d69cdc737f49d9b50f275952b1d72f9462 (texinfo-mode): Capitalize the mode name string. diff -r 519c04d69cdc -r a6d32838af49 lisp/textmodes/texinfo.el --- 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)