summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-fonts.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-09-17 14:19:04 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-09-17 14:19:04 +0200
commit8d5ed89901195abc4a5d660371ea26e849292ea6 (patch)
treeebcb44d54e2a38241924e322b63b9da932c27892 /lisp/progmodes/cc-fonts.el
parent744ba0e3eedce992b2d7b8683dfca041939556c4 (diff)
downloademacs-8d5ed89901195abc4a5d660371ea26e849292ea6.tar.gz
Fix typos.
Diffstat (limited to 'lisp/progmodes/cc-fonts.el')
-rw-r--r--lisp/progmodes/cc-fonts.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el
index 1178a8a0b7e..fd817e3b4f4 100644
--- a/lisp/progmodes/cc-fonts.el
+++ b/lisp/progmodes/cc-fonts.el
@@ -290,7 +290,7 @@
res))))
(defun c-make-font-lock-search-form (regexp highlights)
- ;; Return a lisp form which will fontify every occurence of REGEXP
+ ;; Return a lisp form which will fontify every occurrence of REGEXP
;; (a regular expression, NOT a function) between POINT and `limit'
;; with HIGHLIGHTS, a list of highlighters as specified on page
;; "Search-based Fontification" in the elisp manual.