# HG changeset patch # User Richard M. Stallman # Date 760219215 0 # Node ID c870cde64544873b7249c0acaf45af46d06e248a # Parent 9ad79a0fb0aa0387afb3f8cb7074d3149f1d381f (shell-font-lock-keywords): Doc fix. diff -r 9ad79a0fb0aa -r c870cde64544 lisp/font-lock.el --- 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)