aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2020-01-17 00:02:09 +0100
committerStefan Kangas2020-01-17 00:03:52 +0100
commit025d6ac1d962090cde447fc0970dc743dd2a1f74 (patch)
treebc9b4a73d237a8381b3e0441f26a205c4d0592bf /doc
parent3446c26c2f9378992eafc60e44d9b5715b3244f4 (diff)
downloademacs-025d6ac1d962090cde447fc0970dc743dd2a1f74.tar.gz
emacs-025d6ac1d962090cde447fc0970dc743dd2a1f74.zip
Add index entry "syntax highlighting" to the elisp manual
* doc/lispref/modes.texi (Font Lock Mode): Add an index entry for "syntax highlighting". (Bug#24827)
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/modes.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index b52871ef70b..62d28da2004 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -2673,6 +2673,7 @@ Setting this variable makes it buffer-local in the current buffer.
2673@node Font Lock Mode 2673@node Font Lock Mode
2674@section Font Lock Mode 2674@section Font Lock Mode
2675@cindex Font Lock mode 2675@cindex Font Lock mode
2676@cindex syntax highlighting and coloring
2676 2677
2677 @dfn{Font Lock mode} is a buffer-local minor mode that automatically 2678 @dfn{Font Lock mode} is a buffer-local minor mode that automatically
2678attaches @code{face} properties to certain parts of the buffer based on 2679attaches @code{face} properties to certain parts of the buffer based on