diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-02-02 20:00:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-02-02 20:00:15 +0000 |
commit | eeb1e03e1e7511e56a022a261e277e7af08f640c (patch) | |
tree | d692c29155ec658245f476ed5b33dbb954f30bf7 /lisp | |
parent | d4353b205536795cc4f316dafabd87eb7441a514 (diff) | |
download | emacs-eeb1e03e1e7511e56a022a261e277e7af08f640c.tar.gz emacs-eeb1e03e1e7511e56a022a261e277e7af08f640c.tar.bz2 emacs-eeb1e03e1e7511e56a022a261e277e7af08f640c.zip |
(shell-font-lock-keywords): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 27538a8f532..70570223ef4 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -643,7 +643,7 @@ This does a lot more highlighting.") '("[ \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) |