comparison man/cmdargs.texi @ 39267:a8c0a02f6129

Spelling corrections.
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Sep 2001 21:03:47 +0000
parents cb9433671068
children 155c7b5e0c02
comparison
equal deleted inserted replaced
39266:0b1105a90b8b 39267:a8c0a02f6129
524 524
525 The value of this variable should be the two-character encoding of the 525 The value of this variable should be the two-character encoding of the
526 foreground (the first character) and the background (the second 526 foreground (the first character) and the background (the second
527 character) colors of the default face. Each character should be the 527 character) colors of the default face. Each character should be the
528 hexadecimal code for the desired color on a standard PC text-mode 528 hexadecimal code for the desired color on a standard PC text-mode
529 display. For example, to get blue text on a lightgray backgraound, 529 display. For example, to get blue text on a light gray background,
530 specify @samp{EMACSCOLORS=17}, since 1 is the code of the blue color and 530 specify @samp{EMACSCOLORS=17}, since 1 is the code of the blue color and
531 7 is the code of the lightgray color. 531 7 is the code of the light gray color.
532 532
533 The PC display usually supports only eight background colors. However, 533 The PC display usually supports only eight background colors. However,
534 Emacs switches the DOS display to a mode where all 16 colors can be used 534 Emacs switches the DOS display to a mode where all 16 colors can be used
535 for the background, so all four bits of the background color are 535 for the background, so all four bits of the background color are
536 actually used. 536 actually used.
1124 @item @code{pointerColor} (class @code{Foreground}) 1124 @item @code{pointerColor} (class @code{Foreground})
1125 Color of the mouse cursor. 1125 Color of the mouse cursor.
1126 1126
1127 @ignore 1127 @ignore
1128 @item @code{privateColormap} (class @code{PrivateColormap}) 1128 @item @code{privateColormap} (class @code{PrivateColormap})
1129 If @samp{on}, use a private colormap, in the case where the ``default 1129 If @samp{on}, use a private color map, in the case where the ``default
1130 visual'' of class PseudoColor and Emacs is using it. 1130 visual'' of class PseudoColor and Emacs is using it.
1131 @end ignore 1131 @end ignore
1132 1132
1133 @item @code{reverseVideo} (class @code{ReverseVideo}) 1133 @item @code{reverseVideo} (class @code{ReverseVideo})
1134 Switch foreground and background default colors if @samp{on}, use colors as 1134 Switch foreground and background default colors if @samp{on}, use colors as