1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(font-lock-mode): Delete duplicate words.

This commit is contained in:
Juri Linkov 2005-07-18 15:24:00 +00:00
parent 222cf3817c
commit 91da339a8d

View File

@ -125,7 +125,7 @@ major modes support different levels of fontification, you can use the variable
When you turn Font Lock mode on/off the buffer is fontified/defontified, though
fontification occurs only if the buffer is less than `font-lock-maximum-size'.
For example, to specify that Font Lock mode use use Lazy Lock mode as a support
For example, to specify that Font Lock mode uses Lazy Lock mode as a support
mode and use maximum levels of fontification, put in your ~/.emacs:
(setq font-lock-support-mode 'lazy-lock-mode)