From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:15:10 +0000 (+0000) Subject: (cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in X-Git-Tag: emacs-pretest-22.0.90~9075 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb27ac6f32e47e76793b8219d28646bf59a892da;p=emacs.git (cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in docstrings. --- diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 0d9a9f62a60..9910f1f548f 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -144,7 +144,7 @@ or a cons cell (background-color . COLOR)." '("light gray" "light blue" "light cyan" "light yellow" "light pink" "pale green" "beige" "orange" "magenta" "violet" "medium purple" "turquoise") - "Background colours useful with dark foreground colors." + "Background colors useful with dark foreground colors." :type '(repeat string) :group 'cpp) @@ -152,7 +152,7 @@ or a cons cell (background-color . COLOR)." '("dim gray" "blue" "cyan" "yellow" "red" "dark green" "brown" "dark orange" "dark khaki" "dark violet" "purple" "dark turquoise") - "Background colours useful with light foreground colors." + "Background colors useful with light foreground colors." :type '(repeat string) :group 'cpp)