aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/ooutline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el
index 8eee5de2f8f..f2a324bd0f1 100644
--- a/lisp/textmodes/ooutline.el
+++ b/lisp/textmodes/ooutline.el
@@ -160,7 +160,7 @@ in the file it applies to."
160 font-lock-variable-name-face)) 160 font-lock-variable-name-face))
161 nil t)) 161 nil t))
162 ;; Highlight citations of the form [1] and [Mar94]. 162 ;; Highlight citations of the form [1] and [Mar94].
163 ("\\[\\([A-Z][A-Za-z]+\\)*[0-9]+\\]" . font-lock-type-face)) 163 ("\\[\\([[:upper:]][[:alpha:]]+\\)*[0-9]+\\]" . font-lock-type-face))
164 "Additional expressions to highlight in Outline mode.") 164 "Additional expressions to highlight in Outline mode.")
165 165
166(defun outline-mode () 166(defun outline-mode ()