summaryrefslogtreecommitdiff
path: root/lisp/font-lock.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-11 02:04:08 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-11 02:04:08 -0800
commitdbdb703130b27983c3848d2a10aa44bc5aa6526e (patch)
treef9b645258d91fbce2d3eb24caa3416af57d22894 /lisp/font-lock.el
parent54f9154ca1ee7cf4ebe8995dae26e945a2817801 (diff)
downloademacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r--lisp/font-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 2f4b7413dcc..d410b8eb51a 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1742,7 +1742,7 @@ If SYNTACTIC-KEYWORDS is non-nil, it means these keywords are used for
keyword)))
(defun font-lock-eval-keywords (keywords)
- "Evalulate KEYWORDS if a function (funcall) or variable (eval) name."
+ "Evaluate KEYWORDS if a function (funcall) or variable (eval) name."
(if (listp keywords)
keywords
(font-lock-eval-keywords (if (fboundp keywords)