aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Marshall1998-02-20 14:55:48 +0000
committerSimon Marshall1998-02-20 14:55:48 +0000
commitb6908641f2bd7e8df922058478086a0f0372b065 (patch)
tree87e01af37e0defb46a6d2562e122c5235be9b960
parent8acf2292d9a7f7fc0f326a6186423d087f5a7f30 (diff)
downloademacs-b6908641f2bd7e8df922058478086a0f0372b065.tar.gz
emacs-b6908641f2bd7e8df922058478086a0f0372b065.zip
*** empty log message ***
-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 95d102e4741..c414f3e5dd5 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -295,7 +295,7 @@ chapter."
295 ("@\\(file\\|kbd\\|key\\|url\\|email\\){\\([^}]+\\)" 2 font-lock-string-face) 295 ("@\\(file\\|kbd\\|key\\|url\\|email\\){\\([^}]+\\)" 2 font-lock-string-face)
296 ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)" 296 ("@\\(samp\\|code\\|var\\|math\\){\\([^}]+\\)"
297 2 font-lock-variable-name-face) 297 2 font-lock-variable-name-face)
298 ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-reference-face) 298 ("@\\(cite\\|xref\\|pxref\\){\\([^}]+\\)" 2 font-lock-constant-face)
299 ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep) 299 ("@\\(end\\|itemx?\\) +\\(.+\\)" 2 font-lock-function-name-face keep)
300 ) 300 )
301 "Additional expressions to highlight in TeXinfo mode.") 301 "Additional expressions to highlight in TeXinfo mode.")