diff options
| author | Luc Teirlinck | 2003-07-08 00:33:59 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-07-08 00:33:59 +0000 |
| commit | a7b94a53d245bcd41af801a4b8e6e2dd6b46a735 (patch) | |
| tree | e2a610e5369605d22bbee9ec47200997ddf277c0 | |
| parent | 770aff762774d46df6385396b8054821428acc26 (diff) | |
| download | emacs-a7b94a53d245bcd41af801a4b8e6e2dd6b46a735.tar.gz emacs-a7b94a53d245bcd41af801a4b8e6e2dd6b46a735.zip | |
(Font Lock): Fix typo
| -rw-r--r-- | man/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/display.texi b/man/display.texi index b94a101e441..b8ea515acfa 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -316,7 +316,7 @@ comments, use this: | |||
| 316 | @findex font-lock-remove-keywords | 316 | @findex font-lock-remove-keywords |
| 317 | To remove keywords from the font-lock highlighting patterns, use the | 317 | To remove keywords from the font-lock highlighting patterns, use the |
| 318 | function @code{font-lock-remove-keywords}. @xref{Search-based | 318 | function @code{font-lock-remove-keywords}. @xref{Search-based |
| 319 | Fontification,,elisp}, for documentation of the format of this list. | 319 | Fontification,,,elisp}, for documentation of the format of this list. |
| 320 | 320 | ||
| 321 | @cindex just-in-time (JIT) font-lock | 321 | @cindex just-in-time (JIT) font-lock |
| 322 | @cindex background syntax highlighting | 322 | @cindex background syntax highlighting |