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 | |
| parent | dfbb4d511ee5b0a6234ffa393deaaaf56a2651b7 (diff) | |
| download | emacs-cc541e588a000c9aa6f4d732e95b67e2f01433d6.tar.gz emacs-cc541e588a000c9aa6f4d732e95b67e2f01433d6.zip | |
Spelling fixes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/org/org.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/cc-langs.el | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2094fdc30cc..b07a6b0d851 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3305,7 +3305,7 @@ | |||
| 3305 | outside of ignored environments. | 3305 | outside of ignored environments. |
| 3306 | (tildify-build-regexp): Remove function since it is now | 3306 | (tildify-build-regexp): Remove function since it is now |
| 3307 | incorporated in `tildify-foreach-region-outside-env' where it is | 3307 | incorporated in `tildify-foreach-region-outside-env' where it is |
| 3308 | optimised and simplified by the use of `mapconcat'. | 3308 | optimized and simplified by the use of `mapconcat'. |
| 3309 | (tildify-tildify): Return number of substitutions made so that… | 3309 | (tildify-tildify): Return number of substitutions made so that… |
| 3310 | (tildify-count): …can be removed. | 3310 | (tildify-count): …can be removed. |
| 3311 | (tildify-find-env): Accept a new PAIRS argument which was | 3311 | (tildify-find-env): Accept a new PAIRS argument which was |
| @@ -3318,7 +3318,7 @@ | |||
| 3318 | and instead using or. | 3318 | and instead using or. |
| 3319 | 3319 | ||
| 3320 | * textmodes/tildify.el (tildify-ignored-environments-alist): | 3320 | * textmodes/tildify.el (tildify-ignored-environments-alist): |
| 3321 | Optimise environments regexes | 3321 | Optimize environments regexes |
| 3322 | 3322 | ||
| 3323 | Each time beginning of an environment to ignore is found, | 3323 | Each time beginning of an environment to ignore is found, |
| 3324 | `tildify-find-env' needs to identify regexp for the ending | 3324 | `tildify-find-env' needs to identify regexp for the ending |
| @@ -3400,7 +3400,7 @@ | |||
| 3400 | 3400 | ||
| 3401 | The most trivial fix would be to replace `expression' in the | 3401 | The most trivial fix would be to replace `expression' in the |
| 3402 | true-part of the if-statement with `aux', but instead, this commit | 3402 | true-part of the if-statement with `aux', but instead, this commit |
| 3403 | optimises `tildify-find-env' by changing it to use `mapconcat' | 3403 | optimizes `tildify-find-env' by changing it to use `mapconcat' |
| 3404 | rather than open-coded while-loop. | 3404 | rather than open-coded while-loop. |
| 3405 | 3405 | ||
| 3406 | 2014-06-05 Mario Lang <mlang@delysid.org> | 3406 | 2014-06-05 Mario Lang <mlang@delysid.org> |
| @@ -16622,7 +16622,7 @@ | |||
| 16622 | 16622 | ||
| 16623 | 2013-06-04 Alan Mackenzie <acm@muc.de> | 16623 | 2013-06-04 Alan Mackenzie <acm@muc.de> |
| 16624 | 16624 | ||
| 16625 | Remove faulty optimisation from indentation calculation. | 16625 | Remove faulty optimization from indentation calculation. |
| 16626 | * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate | 16626 | * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate |
| 16627 | search limit based on 2000 characters back from indent-point. | 16627 | search limit based on 2000 characters back from indent-point. |
| 16628 | 16628 | ||
diff --git a/lisp/org/org.el b/lisp/org/org.el index 238f47fc1ad..05a26a80cbe 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -7571,7 +7571,7 @@ headline or the item and create a new headline/item with the text | |||
| 7571 | in the current line after point \(see `org-M-RET-may-split-line' | 7571 | in the current line after point \(see `org-M-RET-may-split-line' |
| 7572 | on how to modify this behavior). | 7572 | on how to modify this behavior). |
| 7573 | 7573 | ||
| 7574 | With one universal prefirx argument, set the user option | 7574 | With one universal prefix argument, set the user option |
| 7575 | `org-insert-heading-respect-content' to t for the duration of | 7575 | `org-insert-heading-respect-content' to t for the duration of |
| 7576 | the command. This modifies the behavior described above in this | 7576 | the command. This modifies the behavior described above in this |
| 7577 | ways: on list items and at the beginning of normal lines, force | 7577 | ways: on list items and at the beginning of normal lines, force |
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 |