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/sh-script.el | |
| parent | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff) | |
| download | emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip | |
American English spelling fix.
Diffstat (limited to 'lisp/progmodes/sh-script.el')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |