diff options
| author | Eli Zaretskii | 2006-12-08 17:23:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-08 17:23:06 +0000 |
| commit | 3f12e16bd7cbd6569f3661d4b9764e722b5ede37 (patch) | |
| tree | 7653c6d9519492985960e6a724f083400d5f0450 | |
| parent | 06f72b3dfb2e95092ddef3d436fa93e7526b786a (diff) | |
| download | emacs-3f12e16bd7cbd6569f3661d4b9764e722b5ede37.tar.gz emacs-3f12e16bd7cbd6569f3661d4b9764e722b5ede37.zip | |
(Colors): Note that --color is intended for overriding the terminal defaults,
not for normal invocation.
| -rw-r--r-- | man/ChangeLog | 3 | ||||
| -rw-r--r-- | man/cmdargs.texi | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 2698750e72a..cda1e14d8f8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2006-12-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2006-12-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * cmdargs.texi (Colors): Note that --color is intended for overriding | ||
| 4 | the terminal defaults, not for normal invocation. | ||
| 5 | |||
| 3 | * misc.texi (Emacs Server): Improve wording. Don't mention the | 6 | * misc.texi (Emacs Server): Improve wording. Don't mention the |
| 4 | ``server program''. Add a cross-reference to "Init File" node. | 7 | ``server program''. Add a cross-reference to "Init File" node. |
| 5 | (Invoking emacsclient): Add index entries. Document both short and | 8 | (Invoking emacsclient): Add index entries. Document both short and |
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index fc17d7ec695..f664c3144ce 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -951,8 +951,12 @@ Reverse video---swap the foreground and background colors. | |||
| 951 | @item --color=@var{mode} | 951 | @item --color=@var{mode} |
| 952 | @opindex --color | 952 | @opindex --color |
| 953 | @cindex standard colors on a character terminal | 953 | @cindex standard colors on a character terminal |
| 954 | For a character terminal only, specify the mode of color support. The | 954 | @cindex override character terminal color support |
| 955 | parameter @var{mode} can be one of the following: | 955 | For a character terminal only, specify the mode of color support. |
| 956 | This option is intended for overriding the number of supported colors | ||
| 957 | that the character terminal advertises in its @code{termcap} or | ||
| 958 | @code{terminfo} database. The parameter @var{mode} can be one of the | ||
| 959 | following: | ||
| 956 | @table @samp | 960 | @table @samp |
| 957 | @item never | 961 | @item never |
| 958 | @itemx no | 962 | @itemx no |