diff options
| author | Paul Eggert | 2014-10-12 13:09:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-10-12 13:09:15 -0700 |
| commit | cc541e588a000c9aa6f4d732e95b67e2f01433d6 (patch) | |
| tree | b5a74167f1b7cf4f1a667dd731056ad769dbf9e3 /lisp/progmodes | |
| parent | dfbb4d511ee5b0a6234ffa393deaaaf56a2651b7 (diff) | |
| download | emacs-cc541e588a000c9aa6f4d732e95b67e2f01433d6.tar.gz emacs-cc541e588a000c9aa6f4d732e95b67e2f01433d6.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-langs.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index d17be71a2d1..9a2531d1e99 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -5162,7 +5162,7 @@ comment at the start of cc-engine.el for more info." | |||
| 5162 | ;; Now loop, one decl spot per iteration. We already have the first | 5162 | ;; Now loop, one decl spot per iteration. We already have the first |
| 5163 | ;; match in `cfd-match-pos'. | 5163 | ;; match in `cfd-match-pos'. |
| 5164 | (while (progn | 5164 | (while (progn |
| 5165 | ;; Go foward over "false matches", one per iteration. | 5165 | ;; Go forward over "false matches", one per iteration. |
| 5166 | (while (and | 5166 | (while (and |
| 5167 | (< cfd-match-pos cfd-limit) | 5167 | (< cfd-match-pos cfd-limit) |
| 5168 | 5168 | ||
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 16f1dbfc6d6..bab928ac5dd 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -1591,7 +1591,7 @@ properly." | |||
| 1591 | ;; The Emacs variables beginning-of-defun-function and end-of-defun-function | 1591 | ;; The Emacs variables beginning-of-defun-function and end-of-defun-function |
| 1592 | ;; will be set so that commands like `mark-defun' and `narrow-to-defun' work | 1592 | ;; will be set so that commands like `mark-defun' and `narrow-to-defun' work |
| 1593 | ;; right. In older Emacsen, the key sequences C-M-a and C-M-e are, however, | 1593 | ;; right. In older Emacsen, the key sequences C-M-a and C-M-e are, however, |
| 1594 | ;; bound directly to the CC Mode functions, allowing optimisation for large n. | 1594 | ;; bound directly to the CC Mode functions, allowing optimization for large n. |
| 1595 | ;; From Emacs 23, this isn't necessary any more, since n is passed to the two | 1595 | ;; From Emacs 23, this isn't necessary any more, since n is passed to the two |
| 1596 | ;; functions. | 1596 | ;; functions. |
| 1597 | (c-lang-defconst beginning-of-defun-function | 1597 | (c-lang-defconst beginning-of-defun-function |