mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(cpp-face-light-name-list, cpp-face-dark-name-list): Fix spellings in
docstrings.
This commit is contained in:
parent
6292d528a7
commit
bb27ac6f32
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue