diff options
| author | Glenn Morris | 2008-06-27 02:41:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 02:41:14 +0000 |
| commit | 6772c8e169a6a56ee387373a00a65bd3a3070725 (patch) | |
| tree | 4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp/progmodes | |
| parent | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff) | |
| download | emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip | |
American English spelling fix.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cc-awk.el | 6 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 136b233208a..48dc7a4f47f 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el | |||
| @@ -26,9 +26,9 @@ | |||
| 26 | 26 | ||
| 27 | ;; This file contains (most of) the adaptations to cc-mode required for the | 27 | ;; This file contains (most of) the adaptations to cc-mode required for the |
| 28 | ;; integration of AWK Mode. | 28 | ;; integration of AWK Mode. |
| 29 | ;; It is organised thusly, the sections being separated by page breaks: | 29 | ;; It is organized thusly, the sections being separated by page breaks: |
| 30 | ;; 1. The AWK Mode syntax table. | 30 | ;; 1. The AWK Mode syntax table. |
| 31 | ;; 2. Regular expressions for analysing AWK code. | 31 | ;; 2. Regular expressions for analyzing AWK code. |
| 32 | ;; 3. Indentation calculation stuff ("c-awk-NL-prop text-property"). | 32 | ;; 3. Indentation calculation stuff ("c-awk-NL-prop text-property"). |
| 33 | ;; 4. Syntax-table property/font-locking stuff, including the | 33 | ;; 4. Syntax-table property/font-locking stuff, including the |
| 34 | ;; font-lock-keywords setting. | 34 | ;; font-lock-keywords setting. |
| @@ -710,7 +710,7 @@ | |||
| 710 | ;; | 710 | ;; |
| 711 | ;; ANCHOR-STATE-/DIV identifies whether a / at ANCHOR would have been a | 711 | ;; ANCHOR-STATE-/DIV identifies whether a / at ANCHOR would have been a |
| 712 | ;; division sign (value t) or a regexp opener (value nil). The idea is that | 712 | ;; division sign (value t) or a regexp opener (value nil). The idea is that |
| 713 | ;; we analyse the line from ANCHOR up till point to determine what the / at | 713 | ;; we analyze the line from ANCHOR up till point to determine what the / at |
| 714 | ;; point is. | 714 | ;; point is. |
| 715 | ;; | 715 | ;; |
| 716 | ;; The result is what ANCHOR-STATE-/DIV (see above) is where point is left. | 716 | ;; The result is what ANCHOR-STATE-/DIV (see above) is where point is left. |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 48bfd1ceacb..f733ccb788d 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -875,7 +875,7 @@ See `sh-feature'.") | |||
| 875 | "Face to show a here-document" | 875 | "Face to show a here-document" |
| 876 | :group 'sh-indentation) | 876 | :group 'sh-indentation) |
| 877 | 877 | ||
| 878 | ;; These colours are probably icky. It's just a placeholder though. | 878 | ;; These colors are probably icky. It's just a placeholder though. |
| 879 | (defface sh-quoted-exec | 879 | (defface sh-quoted-exec |
| 880 | '((((class color) (background dark)) | 880 | '((((class color) (background dark)) |
| 881 | (:foreground "salmon")) | 881 | (:foreground "salmon")) |