diff options
| author | Paul Eggert | 2015-11-29 21:50:59 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-11-29 21:52:17 -0800 |
| commit | 36649e0150fa7be91040b9d74009ccc085f8a363 (patch) | |
| tree | dc4b50ef757c194423c72352b8a21e8936441713 /lisp/progmodes | |
| parent | 50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff) | |
| download | emacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz emacs-36649e0150fa7be91040b9d74009ccc085f8a363.zip | |
Spelling and grammar fixes
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cc-bytecomp.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-bytecomp.el b/lisp/progmodes/cc-bytecomp.el index 1470b080264..d3b4db74c16 100644 --- a/lisp/progmodes/cc-bytecomp.el +++ b/lisp/progmodes/cc-bytecomp.el | |||
| @@ -315,7 +315,7 @@ CONDITION should not be quoted." | |||
| 315 | '(progn))) | 315 | '(progn))) |
| 316 | 316 | ||
| 317 | (defmacro cc-conditional-require-after-load (cc-part file condition) | 317 | (defmacro cc-conditional-require-after-load (cc-part file condition) |
| 318 | "If the CONDITION is satified at compile time, (i) force the | 318 | "If the CONDITION is satisfied at compile time, (i) force the |
| 319 | file CC-PART.el in the current directory to be loaded at compile | 319 | file CC-PART.el in the current directory to be loaded at compile |
| 320 | time, (ii) generate an `eval-after-load' form to load CC-PART.el | 320 | time, (ii) generate an `eval-after-load' form to load CC-PART.el |
| 321 | after the loading of FILE. | 321 | after the loading of FILE. |
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 9e9bee8752f..acc2eddff73 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el | |||
| @@ -8065,7 +8065,7 @@ brace. | |||
| 8065 | Note that this function might do hidden buffer changes. See the | 8065 | Note that this function might do hidden buffer changes. See the |
| 8066 | comment at the start of cc-engine.el for more info." | 8066 | comment at the start of cc-engine.el for more info." |
| 8067 | ;; Note to maintainers: this function consumes a great mass of CPU cycles. | 8067 | ;; Note to maintainers: this function consumes a great mass of CPU cycles. |
| 8068 | ;; It's use should thus be minimised as far as possible. | 8068 | ;; Its use should thus be minimized as far as possible. |
| 8069 | (let ((paren-state (c-parse-state))) | 8069 | (let ((paren-state (c-parse-state))) |
| 8070 | (or (not (c-most-enclosing-brace paren-state)) | 8070 | (or (not (c-most-enclosing-brace paren-state)) |
| 8071 | (c-search-uplist-for-classkey paren-state)))) | 8071 | (c-search-uplist-for-classkey paren-state)))) |