# HG changeset patch # User Alan Mackenzie # Date 1207516468 0 # Node ID 3749a2dc1a39a1ebd53429b6a7f6eb8f54a4dbae # Parent 66b187554996078395dc2a9de542991694dc9ba4 (c-before-font-lock-function): Correct a typo in the doc string. diff -r 66b187554996 -r 3749a2dc1a39 lisp/progmodes/cc-langs.el --- a/lisp/progmodes/cc-langs.el Sun Apr 06 21:13:11 2008 +0000 +++ b/lisp/progmodes/cc-langs.el Sun Apr 06 21:14:28 2008 +0000 @@ -445,7 +445,7 @@ will have been saved; the return value is ignored. The function may extend the region to be fontified by setting the -buffer local variables c-old-BEG and c-old-END. +buffer local variables c-new-BEG and c-new-END. The function is called even when font locking is disabled.