diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-18 22:21:24 -0800 |
commit | 99d990817cac77ba755b4e31722c44f6f6bbe3b0 (patch) | |
tree | 20ede6f28ea8785e182ee29d753a547409dd39c4 /lisp/font-lock.el | |
parent | 3771cb1735b47102e7f94187bcdeb1a4644a557e (diff) | |
download | emacs-99d990817cac77ba755b4e31722c44f6f6bbe3b0.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index c319974fb41..2db0d809275 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -294,7 +294,7 @@ If a number, only buffers greater than this size have fontification messages." ;; and they give users another mechanism for changing face appearance. ;; We now allow a FACENAME in `font-lock-keywords' to be any expression that ;; returns a face. So the easiest thing is to continue using these variables, -;; rather than sometimes evaling FACENAME and sometimes not. sm. +;; rather than sometimes evalling FACENAME and sometimes not. sm. ;; Note that in new code, in the vast majority of cases there is no ;; need to create variables that specify face names. Simply using |