diff 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
line wrap: on
line diff
--- a/man/mh-e.texi	Thu Nov 18 15:57:55 1999 +0000
+++ b/man/mh-e.texi	Thu Nov 18 16:00:03 1999 +0000
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@c $Id: mh-e.texi,v 1.17 95/08/23 07:00:16 wohler Exp $
+@c $Id: mh-e.texi,v 1.1 1999/09/29 15:17:04 fx Exp $
 @c %**start of header
 @setfilename ../info/mh-e
 @settitle mh-e
@@ -2384,7 +2384,7 @@
                      (append my-mh-keywords font-lock-keywords)))))
   (font-lock-mode 1))                  ; @r{change the typefaces}
 
-(if window-system                      ; @r{can't do this on @sc{ASCII} terminal}
+(if window-system                      ; @r{can't do this on @sc{ascii} terminal}
     (add-hook 'mh-show-mode-hook 'my-mh-show-mode-hook))
 @end group
 @end lisp