Mercurial > emacs
changeset 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 | 519c04d69cdc |
children | 164176515d2a |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)