summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Mackenzie <acm@muc.de>2008-03-01 08:52:25 +0000
committerAlan Mackenzie <acm@muc.de>2008-03-01 08:52:25 +0000
commit38cdd6f89dd8e4b32e1798b2bf4dadd66e16fe4d (patch)
tree0bf1bb7df999ccae7e94012b1a6f1566621211f8
parent2bac448072ee2591c505cd6077d224fce358efa4 (diff)
downloademacs-38cdd6f89dd8e4b32e1798b2bf4dadd66e16fe4d.tar.gz
(c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
"c-old-END".
-rw-r--r--lisp/progmodes/cc-langs.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index c2a3c68e2c4..73040221eaa 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -210,8 +210,8 @@ the evaluated constant value at compile time."
(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 @@ exit; on entry, the buffer will have been widened and match-data
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.