comparison lisp/progmodes/sh-script.el @ 96363:f9d35151b907

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 02:23:35 +0000
parents 52b7a8c22af5
children 936b47c046f0
comparison
equal deleted inserted replaced
96362:572a12d1d2a7 96363:f9d35151b907
873 (t 873 (t
874 (:weight bold))) 874 (:weight bold)))
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"))
882 (((class color) (background light)) 882 (((class color) (background light))
883 (:foreground "magenta")) 883 (:foreground "magenta"))