]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorSimon Marshall <simon@gnu.org>
Fri, 20 Feb 1998 14:55:48 +0000 (14:55 +0000)
committerSimon Marshall <simon@gnu.org>
Fri, 20 Feb 1998 14:55:48 +0000 (14:55 +0000)
lisp/textmodes/texinfo.el

index 95d102e47416b3df0246d63631dea43d6d99c9c4..c414f3e5dd52a722c83bdbbb5722b70adb7b9f62 100644 (file)
@@ -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.")