changeset 5744:c870cde64544

(shell-font-lock-keywords): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Feb 1994 20:00:15 +0000
parents 9ad79a0fb0aa
children 01628c0b2646
files lisp/font-lock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Wed Feb 02 18:56:02 1994 +0000
+++ b/lisp/font-lock.el	Wed Feb 02 20:00:15 1994 +0000
@@ -643,7 +643,7 @@
 	'("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face)
 	'("^[^ \t]+:.*$" . font-lock-string-face)
 	'("^\\[[1-9][0-9]*\\]" . font-lock-string-face))
-  "Additional expressions to highlight in TeXinfo mode.")
+  "Additional expressions to highlight in Shell mode.")
 
 (provide 'font-lock)