]> git.eshelyaron.com Git - emacs.git/commit
Explain tty-color-mode frame parameter more.
authorRobert Pluim <rpluim@gmail.com>
Fri, 18 Oct 2024 09:22:52 +0000 (11:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:52:10 +0000 (20:52 +0200)
commita7ef1de5ace3b288bd659cae526dec638f90726e
tree6d158c7e8f6c03fa7467eda38b1d78244b20938d
parent062d3c595d4e02b8f9185da2bab916290b51f140
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.

(cherry picked from commit 2c640e63a8a6ea9f2fbbb55ff44d7a8a0ec0f4b4)
doc/emacs/cmdargs.texi
doc/lispref/frames.texi
doc/misc/efaq.texi