aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/font-lock.el2
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.")
643 '("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face) 643 '("[ \t]\\([+-][^ \t\n]+\\)" 1 font-lock-comment-face)
644 '("^[^ \t]+:.*$" . font-lock-string-face) 644 '("^[^ \t]+:.*$" . font-lock-string-face)
645 '("^\\[[1-9][0-9]*\\]" . font-lock-string-face)) 645 '("^\\[[1-9][0-9]*\\]" . font-lock-string-face))
646 "Additional expressions to highlight in TeXinfo mode.") 646 "Additional expressions to highlight in Shell mode.")
647 647
648(provide 'font-lock) 648(provide 'font-lock)
649 649