mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +00:00
(Colors): Note that --color is intended for overriding the terminal defaults,
not for normal invocation.
This commit is contained in:
parent
06f72b3dfb
commit
3f12e16bd7
@ -1,5 +1,8 @@
|
||||
2006-12-08 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* cmdargs.texi (Colors): Note that --color is intended for overriding
|
||||
the terminal defaults, not for normal invocation.
|
||||
|
||||
* misc.texi (Emacs Server): Improve wording. Don't mention the
|
||||
``server program''. Add a cross-reference to "Init File" node.
|
||||
(Invoking emacsclient): Add index entries. Document both short and
|
||||
|
@ -951,8 +951,12 @@ Reverse video---swap the foreground and background colors.
|
||||
@item --color=@var{mode}
|
||||
@opindex --color
|
||||
@cindex standard colors on a character terminal
|
||||
For a character terminal only, specify the mode of color support. The
|
||||
parameter @var{mode} can be one of the following:
|
||||
@cindex override character terminal color support
|
||||
For a character terminal only, specify the mode of color support.
|
||||
This option is intended for overriding the number of supported colors
|
||||
that the character terminal advertises in its @code{termcap} or
|
||||
@code{terminfo} database. The parameter @var{mode} can be one of the
|
||||
following:
|
||||
@table @samp
|
||||
@item never
|
||||
@itemx no
|
||||
|
Loading…
Reference in New Issue
Block a user