comparison lisp/progmodes/cpp.el @ 63275:7c5cfb705766

(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:15:10 +0000
parents 695cf19ef79e
children 18a818a2ee7c a1b34dec1104
comparison
equal deleted inserted replaced
63274:b870276d9ea5 63275:7c5cfb705766
142 142
143 (defcustom cpp-face-light-name-list 143 (defcustom cpp-face-light-name-list
144 '("light gray" "light blue" "light cyan" "light yellow" "light pink" 144 '("light gray" "light blue" "light cyan" "light yellow" "light pink"
145 "pale green" "beige" "orange" "magenta" "violet" "medium purple" 145 "pale green" "beige" "orange" "magenta" "violet" "medium purple"
146 "turquoise") 146 "turquoise")
147 "Background colours useful with dark foreground colors." 147 "Background colors useful with dark foreground colors."
148 :type '(repeat string) 148 :type '(repeat string)
149 :group 'cpp) 149 :group 'cpp)
150 150
151 (defcustom cpp-face-dark-name-list 151 (defcustom cpp-face-dark-name-list
152 '("dim gray" "blue" "cyan" "yellow" "red" 152 '("dim gray" "blue" "cyan" "yellow" "red"
153 "dark green" "brown" "dark orange" "dark khaki" "dark violet" "purple" 153 "dark green" "brown" "dark orange" "dark khaki" "dark violet" "purple"
154 "dark turquoise") 154 "dark turquoise")
155 "Background colours useful with light foreground colors." 155 "Background colors useful with light foreground colors."
156 :type '(repeat string) 156 :type '(repeat string)
157 :group 'cpp) 157 :group 'cpp)
158 158
159 (defcustom cpp-face-light-list nil 159 (defcustom cpp-face-light-list nil
160 "Alist of names and faces to be used for light backgrounds." 160 "Alist of names and faces to be used for light backgrounds."