diff options
| author | Alan Mackenzie | 2008-03-04 22:14:37 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2008-03-04 22:14:37 +0000 |
| commit | 212906e24a9d728b0c90fc7beac9772b56d8763a (patch) | |
| tree | 039d0f0107b8c55adf164e22d111ffe802ab1d2a | |
| parent | 457976c24d0be2dc1461ba9ad08009b4595bf34c (diff) | |
| download | emacs-212906e24a9d728b0c90fc7beac9772b56d8763a.tar.gz emacs-212906e24a9d728b0c90fc7beac9772b56d8763a.zip | |
(c-before-font-lock-function): Fix bug in doc-string, "c-old-LEN" ->
"c-old-END".
| -rw-r--r-- | lisp/progmodes/cc-langs.el | 6 |
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." | |||
| 210 | 210 | ||
| 211 | (defun c-filter-ops (ops opgroup-filter op-filter &optional xlate) | 211 | (defun c-filter-ops (ops opgroup-filter op-filter &optional xlate) |
| 212 | ;; Extract a subset of the operators in the list OPS in a DWIM:ey | 212 | ;; Extract a subset of the operators in the list OPS in a DWIM:ey |
| 213 | ;; way. The return value is a plain list of operators: | 213 | ;; way. The return value is a plain list of operators: |
| 214 | ;; | 214 | ;; |
| 215 | ;; OPS either has the structure of `c-operators', is a single | 215 | ;; OPS either has the structure of `c-operators', is a single |
| 216 | ;; group in `c-operators', or is a plain list of operators. | 216 | ;; group in `c-operators', or is a plain list of operators. |
| 217 | ;; | 217 | ;; |
| @@ -445,7 +445,7 @@ exit; on entry, the buffer will have been widened and match-data | |||
| 445 | will have been saved; the return value is ignored. | 445 | will have been saved; the return value is ignored. |
| 446 | 446 | ||
| 447 | The function may extend the region to be fontified by setting the | 447 | The function may extend the region to be fontified by setting the |
| 448 | buffer local variables c-old-BEG and c-old-LEN. | 448 | buffer local variables c-old-BEG and c-old-END. |
| 449 | 449 | ||
| 450 | The function is called even when font locking is disabled. | 450 | The function is called even when font locking is disabled. |
| 451 | 451 | ||