Mercurial > emacs
changeset 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 | b870276d9ea5 |
children | bb8a71ee1f10 |
files | lisp/progmodes/cpp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)