comparison lispref/display.texi @ 77865:1616acf69fc8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 03 Jun 2007 08:51:30 +0000
parents 170b9bea2267
children 7cec7ea0f05d af6ed3b93a48 e9f94688a064
comparison
equal deleted inserted replaced
77864:8d45b878a539 77865:1616acf69fc8
2503 @node Auto Faces 2503 @node Auto Faces
2504 @subsection Automatic Face Assignment 2504 @subsection Automatic Face Assignment
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
2513 redisplay as needed to assign faces automatically to text in the buffer. 2514 redisplay as needed to assign faces automatically to text in the buffer.
2514 2515