diff options
| author | Stefan Kangas | 2020-01-17 00:02:09 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-01-17 00:03:52 +0100 |
| commit | 025d6ac1d962090cde447fc0970dc743dd2a1f74 (patch) | |
| tree | bc9b4a73d237a8381b3e0441f26a205c4d0592bf /doc | |
| parent | 3446c26c2f9378992eafc60e44d9b5715b3244f4 (diff) | |
| download | emacs-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.texi | 1 |
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 |
| 2678 | attaches @code{face} properties to certain parts of the buffer based on | 2679 | attaches @code{face} properties to certain parts of the buffer based on |