aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/modes.texi5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index 3a6b163c81c..421ec136c7c 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -3263,10 +3263,7 @@ Lock mode is enabled, to set all the other variables.
3263@defvar font-lock-defaults 3263@defvar font-lock-defaults
3264This variable is set by modes to specify how to fontify text in that 3264This variable is set by modes to specify how to fontify text in that
3265mode. It automatically becomes buffer-local when set. If its value 3265mode. It automatically becomes buffer-local when set. If its value
3266is @code{nil}, Font Lock mode does no highlighting, and you can use 3266is @code{nil}, Font Lock mode does no highlighting.
3267the @samp{Faces} menu (under @samp{Edit} and then @samp{Text
3268Properties} in the menu bar) to assign faces explicitly to text in the
3269buffer.
3270 3267
3271If non-@code{nil}, the value should look like this: 3268If non-@code{nil}, the value should look like this:
3272 3269