aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorSimon Marshall <[email protected]>1998-02-20 14:55:48 +0000
committerSimon Marshall <[email protected]>1998-02-20 14:55:48 +0000
commitb6908641f2bd7e8df922058478086a0f0372b065 (patch)
tree87e01af37e0defb46a6d2562e122c5235be9b960 /lisp
parent8acf2292d9a7f7fc0f326a6186423d087f5a7f30 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 95d102e474..c414f3e5dd 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -295,7 +295,7 @@ chapter."
("@\\(file\\|kbd\\|key\\|url\\|email\\){\\([^}]+\\)" 2 font-lock-string-face)
("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)"
2 font-lock-variable-name-face)
- ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face)
+ ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-constant-face)
("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep)
)
"Additional expressions to highlight in TeXinfo mode.")