aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorStefan Monnier2007-06-03 08:51:30 +0000
committerStefan Monnier2007-06-03 08:51:30 +0000
commit72a698741eab8cbcef1ecfd72fcdd1add654abfd (patch)
treea254274b8255f0e40cb7174bcdbf9591b5c64c05 /lispref
parent43ec3b5809462c4be2be00b74b19cca7f3bbfea5 (diff)
downloademacs-72a698741eab8cbcef1ecfd72fcdd1add654abfd.tar.gz
emacs-72a698741eab8cbcef1ecfd72fcdd1add654abfd.zip
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi5
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
2509buffer. It is part of the implementation of Font-Lock mode. 2509buffer. It is part of the implementation of Jit-Lock mode, used by
2510Font-Lock.
2510 2511
2511@defvar fontification-functions 2512@defvar fontification-functions
2512This variable holds a list of functions that are called by Emacs 2513This variable holds a list of functions that are called by Emacs