diff options
| -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. | |||
| 256 | 256 | ||
| 257 | @c @w is used below to prevent a bad page-break. | 257 | @c @w is used below to prevent a bad page-break. |
| 258 | @vindex font-lock-beginning-of-syntax-function | 258 | @vindex font-lock-beginning-of-syntax-function |
| 259 | @cindex incorrect fontification | ||
| 260 | @cindex parenthesis in column zero and fontification | ||
| 261 | @cindex brace in column zero and fontification | ||
| 259 | Comment and string fontification (or ``syntactic'' fontification) | 262 | Comment and string fontification (or ``syntactic'' fontification) |
| 260 | relies on analysis of the syntactic structure of the buffer text. For | 263 | relies on analysis of the syntactic structure of the buffer text. For |
| 261 | the sake of speed, some modes, including C mode and Lisp mode, | 264 | the sake of speed, some modes, including C mode and Lisp mode, |