aboutsummaryrefslogtreecommitdiffstats
path: root/man/cmdargs.texi
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2005-02-05 13:44:46 +0000
committerEli Zaretskii <[email protected]>2005-02-05 13:44:46 +0000
commit75f97d20f85691578502a8bf6a2b114c07cc2e91 (patch)
tree4e58dd3d2c9d42afa7a31ee42d40653d9562385e /man/cmdargs.texi
parentf705df79df27ad3eb4485d0272d6325beb0d1f36 (diff)
(Colors): Mention 16-, 88- and 256-color modes.
Impove docs of list-colors-display.
Diffstat (limited to 'man/cmdargs.texi')
-rw-r--r--man/cmdargs.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index 960f2d0bd6..d131baa094 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -874,6 +874,9 @@ displays the entire font @samp{6x13}.
parts of the Emacs display. To find out what colors are available on
your system, type @kbd{M-x list-colors-display}, or press
@kbd{C-Mouse-2} and select @samp{Display Colors} from the pop-up menu.
+(A particular window system might support many more colors, but the
+list displayed by @code{list-colors-display} shows their portable
+subset that can be safely used on any display supported by Emacs.)
If you do not specify colors, on windowed displays the default for the
background is white and the default for all other colors is black. On a
monochrome display, the foreground is black, the background is white,
@@ -947,7 +950,9 @@ specified by the ANSI escape sequences for the 8 standard colors.
Use color mode for @var{num} colors. If @var{num} is -1, turn off
color support (equivalent to @samp{never}); if it is 0, use the
default color support for this terminal (equivalent to @samp{auto});
-otherwise use an appropriate standard mode for @var{num} colors. If
+otherwise use an appropriate standard mode for @var{num} colors.
+Depending on your terminal's capabilities, Emacs might be able to turn
+on a color mode for 8, 16, 88, or 256 as the value of @var{num}. If
there is no mode that supports @var{num} colors, Emacs acts as if
@var{num} were 0, i.e.@: it uses the terminal's default color support
mode.