From 025d6ac1d962090cde447fc0970dc743dd2a1f74 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 17 Jan 2020 00:02:09 +0100 Subject: [PATCH] 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) --- doc/lispref/modes.texi | 1 + 1 file changed, 1 insertion(+) 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. @node Font Lock Mode @section Font Lock Mode @cindex Font Lock mode +@cindex syntax highlighting and coloring @dfn{Font Lock mode} is a buffer-local minor mode that automatically attaches @code{face} properties to certain parts of the buffer based on -- 2.39.2