diff options
author | Glenn Morris <rgm@gnu.org> | 2008-09-12 03:06:16 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-09-12 03:06:16 +0000 |
commit | 12f0a4d629da10932a94c6fd002f08374a449738 (patch) | |
tree | 745a9ded55a5fb7fab87f4426819431b6f7ceec3 /lisp/textmodes | |
parent | f2e7b9ef887c547b76fd5cff1a98efbe10e0f345 (diff) | |
download | emacs-12f0a4d629da10932a94c6fd002f08374a449738.tar.gz |
Comment.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 0a89a34ac45..cdb6e49a327 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -500,7 +500,7 @@ An alternative value is \" . \", if you use a font with a narrow period." (list "\\$\\$\\([^$]+\\)\\$\\$" 1 'tex-math-face) ;; Heading args. (list (concat slash headings "\\*?" opt arg) - ;; If ARG ends up matching too much (if the {} don't match, f.ex) + ;; If ARG ends up matching too much (if the {} don't match, e.g.) ;; jit-lock will do funny things: when updating the buffer ;; the re-highlighting is only done locally so it will just ;; match the local line, but defer-contextually will |