diff options
| author | Robert Pluim | 2024-10-18 11:22:52 +0200 |
|---|---|---|
| committer | Robert Pluim | 2024-10-18 11:44:49 +0200 |
| commit | 2c640e63a8a6ea9f2fbbb55ff44d7a8a0ec0f4b4 (patch) | |
| tree | e2a26814f2cf5517bd241692023fbd2ae2dd5fae /doc/lispref/frames.texi | |
| parent | e5d600006e2b283923044d2c139b29dd69f5ac30 (diff) | |
| download | emacs-2c640e63a8a6ea9f2fbbb55ff44d7a8a0ec0f4b4.tar.gz emacs-2c640e63a8a6ea9f2fbbb55ff44d7a8a0ec0f4b4.zip | |
Explain tty-color-mode frame parameter more.
* doc/emacs/cmdargs.texi (Colors X): Explain that tty color
support is dynamic.
* doc/lispref/frames.texi (Font and Color Parameters): Explain
that 'tty-color-mode' can be changed on the fly.
* doc/misc/efaq.texi (Colors on a TTY): Explain how to disable
'tty-color-mode', either at startup or dynamically.
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 8744687a531..694f33af8ee 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2447,7 +2447,7 @@ off color support. | |||
| 2447 | 2447 | ||
| 2448 | If the parameter's value is a symbol, it specifies a number through | 2448 | If the parameter's value is a symbol, it specifies a number through |
| 2449 | the value of @code{tty-color-mode-alist}, and the associated number is | 2449 | the value of @code{tty-color-mode-alist}, and the associated number is |
| 2450 | used instead. | 2450 | used instead. This parameter supports dynamic changes. |
| 2451 | 2451 | ||
| 2452 | @vindex screen-gamma@r{, a frame parameter} | 2452 | @vindex screen-gamma@r{, a frame parameter} |
| 2453 | @item screen-gamma | 2453 | @item screen-gamma |