diff options
| -rw-r--r-- | lispref/display.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index acf927b449f..f644a02c2eb 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -2505,8 +2505,9 @@ makes @code{modeline} an alias for the @code{mode-line} face. | |||
| 2505 | @cindex automatic face assignment | 2505 | @cindex automatic face assignment |
| 2506 | @cindex faces, automatic choice | 2506 | @cindex faces, automatic choice |
| 2507 | 2507 | ||
| 2508 | This hook is used for automatically assigning faces to text in the | 2508 | This hook is used for automatically assigning facesto text in the |
| 2509 | buffer. It is part of the implementation of Font-Lock mode. | 2509 | buffer. It is part of the implementation of Jit-Lock mode, used by |
| 2510 | Font-Lock. | ||
| 2510 | 2511 | ||
| 2511 | @defvar fontification-functions | 2512 | @defvar fontification-functions |
| 2512 | This variable holds a list of functions that are called by Emacs | 2513 | This variable holds a list of functions that are called by Emacs |