aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2008-04-06 21:14:28 +0000
committerAlan Mackenzie2008-04-06 21:14:28 +0000
commit8835a0f7e6b330a8644e9e8b9edfeaa995e42c0c (patch)
treebe9c2fc391b19d34144fd8567bebd21884b39426
parent8714fc186962821f0cbc28d2643a601882dbeeaa (diff)
downloademacs-8835a0f7e6b330a8644e9e8b9edfeaa995e42c0c.tar.gz
emacs-8835a0f7e6b330a8644e9e8b9edfeaa995e42c0c.zip
(c-before-font-lock-function): Correct a typo in the doc string.
-rw-r--r--lisp/progmodes/cc-langs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index 73040221eaa..07b8a9e4e46 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -445,7 +445,7 @@ exit; on entry, the buffer will have been widened and match-data
445will have been saved; the return value is ignored. 445will have been saved; the return value is ignored.
446 446
447The function may extend the region to be fontified by setting the 447The function may extend the region to be fontified by setting the
448buffer local variables c-old-BEG and c-old-END. 448buffer local variables c-new-BEG and c-new-END.
449 449
450The function is called even when font locking is disabled. 450The function is called even when font locking is disabled.
451 451