summaryrefslogtreecommitdiff
path: root/lisp/textmodes/outline.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes/outline.el')
-rw-r--r--lisp/textmodes/outline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/outline.el b/lisp/textmodes/outline.el
index b872557d230..b36e3c76163 100644
--- a/lisp/textmodes/outline.el
+++ b/lisp/textmodes/outline.el
@@ -145,7 +145,7 @@ in the file it applies to.")
(3 . font-lock-comment-face))))
font-lock-variable-name-face))
nil t))
- ;; Highight citations of the form [1] and [Mar94].
+ ;; Highlight citations of the form [1] and [Mar94].
("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face))
"Additional expressions to highlight in Outline mode.")