1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2011-11-12 23:48:23 -08:00
parent 1c889bf68c
commit f6b1b0a848
30 changed files with 39 additions and 40 deletions

View file

@ -432,8 +432,8 @@ and so on."
(const :tag "Lucid Toolkit" lucid )
(const :tag "Motif Toolkit" motif )))
(class (choice (const :tag "Colour" color )
(const :tag "Greyscale" grayscale)))
(class (choice (const :tag "Color" color )
(const :tag "Grayscale" grayscale)))
(background (choice (const :tag "Dark" dark )
(const :tag "Bright" light ))) ))