changeset 92480:0af0fcb8f26c

(c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" -> "c-old-END".
author Alan Mackenzie <acm@muc.de>
date Tue, 04 Mar 2008 22:14:37 +0000
parents 2652ce7fb9bc
children 7759c5a32405
files lisp/progmodes/cc-langs.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-langs.el	Tue Mar 04 22:11:35 2008 +0000
+++ b/lisp/progmodes/cc-langs.el	Tue Mar 04 22:14:37 2008 +0000
@@ -210,8 +210,8 @@
 
   (defun c-filter-ops (ops opgroup-filter op-filter &optional xlate)
     ;; Extract a subset of the operators in the list OPS in a DWIM:ey
-    ;; way.  The return value is a plain list of operators:  
-    ;; 
+    ;; way.  The return value is a plain list of operators:
+    ;;
     ;; OPS either has the structure of `c-operators', is a single
     ;; group in `c-operators', or is a plain list of operators.
     ;; 
@@ -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-LEN.
+buffer local variables c-old-BEG and c-old-END.
 
 The function is called even when font locking is disabled.