diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-09-17 14:47:01 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-09-17 14:47:01 +0000 |
commit | e07e854d5af495c321a5628286de68f9a7ec04ff (patch) | |
tree | 9066962f5e67c6bc4715fe9785b634a26a7db199 /man | |
parent | a408ce1816b17f59ba3c15d8a38dd1a0a1463243 (diff) | |
download | emacs-e07e854d5af495c321a5628286de68f9a7ec04ff.tar.gz |
(Font Lock): Add index entries for paren-in-column-zero problems.
Diffstat (limited to 'man')
-rw-r--r-- | man/display.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/display.texi b/man/display.texi index beccaabba47..e086a6e55af 100644 --- a/man/display.texi +++ b/man/display.texi @@ -256,6 +256,9 @@ beyond which buffer fontification is suppressed. @c @w is used below to prevent a bad page-break. @vindex font-lock-beginning-of-syntax-function +@cindex incorrect fontification +@cindex parenthesis in column zero and fontification +@cindex brace in column zero and fontification Comment and string fontification (or ``syntactic'' fontification) relies on analysis of the syntactic structure of the buffer text. For the sake of speed, some modes, including C mode and Lisp mode, |