changeset 93803:3749a2dc1a39

(c-before-font-lock-function): Correct a typo in the doc string.
author Alan Mackenzie <acm@muc.de>
date Sun, 06 Apr 2008 21:14:28 +0000
parents 66b187554996
children 0b281e7eac04
files lisp/progmodes/cc-langs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.