]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-defaults, font-lock-add-keywords): Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 10:35:14 +0000 (10:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Aug 2002 10:35:14 +0000 (10:35 +0000)
lisp/font-lock.el

index ea39a6cbae0d758c5f33517c77adf20b0b050741..66cba390b0a2dc36a7278e3ffa4f8b7e624bd571 100644 (file)
@@ -486,7 +486,7 @@ around a text block relevant to that mode).
 
 Other variables include that for syntactic keyword fontification,
 `font-lock-syntactic-keywords'
-and those for buffer-specialised fontification functions,
+and those for buffer-specialized fontification functions,
 `font-lock-fontify-buffer-function', `font-lock-unfontify-buffer-function',
 `font-lock-fontify-region-function', `font-lock-unfontify-region-function',
 `font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.")
@@ -803,7 +803,7 @@ When used from an elisp package (such as a minor mode), it is recommended
 to use nil for MODE (and place the call in a loop or on a hook) to avoid
 subtle problems due to details of the implementation.
 
-Note that some modes have specialised support for additional patterns, e.g.,
+Note that some modes have specialized support for additional patterns, e.g.,
 see the variables `c-font-lock-extra-types', `c++-font-lock-extra-types',
 `objc-font-lock-extra-types' and `java-font-lock-extra-types'."
   (cond (mode