diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-06-03 08:51:30 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-06-03 08:51:30 +0000 |
commit | 72a698741eab8cbcef1ecfd72fcdd1add654abfd (patch) | |
tree | a254274b8255f0e40cb7174bcdbf9591b5c64c05 /lispref | |
parent | 43ec3b5809462c4be2be00b74b19cca7f3bbfea5 (diff) | |
download | emacs-72a698741eab8cbcef1ecfd72fcdd1add654abfd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-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. @cindex automatic face assignment @cindex faces, automatic choice - This hook is used for automatically assigning faces to text in the -buffer. It is part of the implementation of Font-Lock mode. + This hook is used for automatically assigning facesto text in the +buffer. It is part of the implementation of Jit-Lock mode, used by +Font-Lock. @defvar fontification-functions This variable holds a list of functions that are called by Emacs |