]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-mode): Delete duplicate words.
authorJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:24:00 +0000 (15:24 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:24:00 +0000 (15:24 +0000)
lisp/font-core.el

index 318191e1757819f3dae760c7664eb188a896a62b..19417720d3a35d17f36e43fedefefefecd51ca57 100644 (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)