# HG changeset patch # User Juanma Barranquero # Date 1118412910 0 # Node ID 7c5cfb705766e1bbe74d2297f89e727b672aaa79 # Parent b870276d9ea589f10c6dba41e798ab5f6f2b1bcb (cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in docstrings. diff -r b870276d9ea5 -r 7c5cfb705766 lisp/progmodes/cpp.el --- a/lisp/progmodes/cpp.el Fri Jun 10 14:14:37 2005 +0000 +++ b/lisp/progmodes/cpp.el Fri Jun 10 14:15:10 2005 +0000 @@ -144,7 +144,7 @@ '("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 @@ '("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)