Mercurial > emacs
changeset 20952:adcb58a1c0f3
*** empty log message ***
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 20 Feb 1998 14:55:48 +0000 |
parents | ae0c93b9ac1f |
children | f3f9df46d008 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Fri Feb 20 14:24:57 1998 +0000 +++ b/lisp/textmodes/texinfo.el Fri Feb 20 14:55:48 1998 +0000 @@ -295,7 +295,7 @@ ("@\\(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.")