Mercurial > emacs
comparison man/mh-e.texi @ 26490:2b08d829af86
Fix complaints from makeinfo 4.0.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 18 Nov 1999 16:00:03 +0000 |
parents | ac7e9e5e2ccb |
children | 4ecf90324237 |
comparison
equal
deleted
inserted
replaced
26489:1a438767af51 | 26490:2b08d829af86 |
---|---|
1 \input texinfo @c -*-texinfo-*- | 1 \input texinfo @c -*-texinfo-*- |
2 @c $Id: mh-e.texi,v 1.17 95/08/23 07:00:16 wohler Exp $ | 2 @c $Id: mh-e.texi,v 1.1 1999/09/29 15:17:04 fx Exp $ |
3 @c %**start of header | 3 @c %**start of header |
4 @setfilename ../info/mh-e | 4 @setfilename ../info/mh-e |
5 @settitle mh-e | 5 @settitle mh-e |
6 @c %**end of header | 6 @c %**end of header |
7 | 7 |
2382 (lambda () ; @r{font-lock-mode run} | 2382 (lambda () ; @r{font-lock-mode run} |
2383 (setq font-lock-keywords | 2383 (setq font-lock-keywords |
2384 (append my-mh-keywords font-lock-keywords))))) | 2384 (append my-mh-keywords font-lock-keywords))))) |
2385 (font-lock-mode 1)) ; @r{change the typefaces} | 2385 (font-lock-mode 1)) ; @r{change the typefaces} |
2386 | 2386 |
2387 (if window-system ; @r{can't do this on @sc{ASCII} terminal} | 2387 (if window-system ; @r{can't do this on @sc{ascii} terminal} |
2388 (add-hook 'mh-show-mode-hook 'my-mh-show-mode-hook)) | 2388 (add-hook 'mh-show-mode-hook 'my-mh-show-mode-hook)) |
2389 @end group | 2389 @end group |
2390 @end lisp | 2390 @end lisp |
2391 | 2391 |
2392 @vindex @code{mh-show-hook} | 2392 @vindex @code{mh-show-hook} |