diff options
| author | Juri Linkov | 2005-07-18 15:24:00 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 15:24:00 +0000 |
| commit | 91da339a8d929a78207e2d714876cb46044a64cd (patch) | |
| tree | d958547f9957a5aeff8f0b0f38624b06f647100a | |
| parent | 222cf3817c39fcd48aea755666151ab8c9ddda96 (diff) | |
| download | emacs-91da339a8d929a78207e2d714876cb46044a64cd.tar.gz emacs-91da339a8d929a78207e2d714876cb46044a64cd.zip | |
(font-lock-mode): Delete duplicate words.
| -rw-r--r-- | lisp/font-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index 318191e1757..19417720d3a 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -125,7 +125,7 @@ major modes support different levels of fontification, you can use the variable | |||
| 125 | When you turn Font Lock mode on/off the buffer is fontified/defontified, though | 125 | When you turn Font Lock mode on/off the buffer is fontified/defontified, though |
| 126 | fontification occurs only if the buffer is less than `font-lock-maximum-size'. | 126 | fontification occurs only if the buffer is less than `font-lock-maximum-size'. |
| 127 | 127 | ||
| 128 | For example, to specify that Font Lock mode use use Lazy Lock mode as a support | 128 | For example, to specify that Font Lock mode uses Lazy Lock mode as a support |
| 129 | mode and use maximum levels of fontification, put in your ~/.emacs: | 129 | mode and use maximum levels of fontification, put in your ~/.emacs: |
| 130 | 130 | ||
| 131 | (setq font-lock-support-mode 'lazy-lock-mode) | 131 | (setq font-lock-support-mode 'lazy-lock-mode) |