diff options
| author | Juanma Barranquero | 2002-08-30 11:00:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-30 11:00:46 +0000 |
| commit | f7abda1e51ccdd28b2036d188e869afcb7e9bfe5 (patch) | |
| tree | 48cb3848effdf2b2099aab66f396684099e39667 | |
| parent | a1d5a11bc215c31bd7576449595a1d009594d975 (diff) | |
| download | emacs-f7abda1e51ccdd28b2036d188e869afcb7e9bfe5.tar.gz emacs-f7abda1e51ccdd28b2036d188e869afcb7e9bfe5.zip | |
(font-lock-defaults): Fix typo.
| -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 0894380eb76..b26a86de2dc 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -70,7 +70,7 @@ around a text block relevant to that mode). | |||
| 70 | 70 | ||
| 71 | Other variables include that for syntactic keyword fontification, | 71 | Other variables include that for syntactic keyword fontification, |
| 72 | `font-lock-syntactic-keywords' | 72 | `font-lock-syntactic-keywords' |
| 73 | and those for buffer-specialised fontification functions, | 73 | and those for buffer-specialized fontification functions, |
| 74 | `font-lock-fontify-buffer-function', `font-lock-unfontify-buffer-function', | 74 | `font-lock-fontify-buffer-function', `font-lock-unfontify-buffer-function', |
| 75 | `font-lock-fontify-region-function', `font-lock-unfontify-region-function', | 75 | `font-lock-fontify-region-function', `font-lock-unfontify-region-function', |
| 76 | `font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.") | 76 | `font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.") |