diff options
| author | Eli Zaretskii | 2020-06-20 11:31:19 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2020-06-20 11:31:19 +0300 |
| commit | 7a7090029437ae7981d3bba9722bdc8f4695fed3 (patch) | |
| tree | 6f87671969584614455303b438f09da1f8a81dd3 | |
| parent | 50f489b5dc59ba8eacd6dc5bdee98da690a61f2f (diff) | |
| download | emacs-7a7090029437ae7981d3bba9722bdc8f4695fed3.tar.gz emacs-7a7090029437ae7981d3bba9722bdc8f4695fed3.zip | |
Documentation followup to the last change
* doc/emacs/cmdargs.texi (General Variables):
* etc/NEWS: Document the COLORTERM environment variable.
(Bug#41846)
| -rw-r--r-- | doc/emacs/cmdargs.texi | 9 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 2c131165244..3dd1fe9a308 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -495,7 +495,14 @@ variables to be set, but it uses their values if they are set. | |||
| 495 | @item CDPATH | 495 | @item CDPATH |
| 496 | @vindex CDPATH@r{, environment variable} | 496 | @vindex CDPATH@r{, environment variable} |
| 497 | Used by the @code{cd} command to search for the directory you specify, | 497 | Used by the @code{cd} command to search for the directory you specify, |
| 498 | when you specify a relative directory, | 498 | when you specify a relative directory. |
| 499 | @item COLORTERM | ||
| 500 | @vindex COLORTERM@r{, environment variable} | ||
| 501 | If this variable is set to the value @samp{truecolor}, it tells Emacs | ||
| 502 | to use 24-bit true color on text-mode displays even if the terminfo | ||
| 503 | database is not installed. Emacs will use built-in commands to | ||
| 504 | request true color by RGB values instead of the missing terminfo | ||
| 505 | information. | ||
| 499 | @item DBUS_SESSION_BUS_ADDRESS | 506 | @item DBUS_SESSION_BUS_ADDRESS |
| 500 | @vindex DBUS_SESSION_BUS_ADDRESS@r{, environment variable} | 507 | @vindex DBUS_SESSION_BUS_ADDRESS@r{, environment variable} |
| 501 | Used by D-Bus when Emacs is compiled with it. Usually, there is no | 508 | Used by D-Bus when Emacs is compiled with it. Usually, there is no |
| @@ -61,6 +61,12 @@ It was declared obsolete in Emacs 27.1. | |||
| 61 | 61 | ||
| 62 | * Startup Changes in Emacs 28.1 | 62 | * Startup Changes in Emacs 28.1 |
| 63 | 63 | ||
| 64 | ** Emacs can support 24-bit color TTY without terminfo database. | ||
| 65 | If your text-mode terminal supports 24-bit true color, but your system | ||
| 66 | lacks the terminfo database, you can instruct Emacs to support 24-bit | ||
| 67 | true color by setting COLORTERM=truecolor in the environment. This is | ||
| 68 | useful on systems such as FreeBSD which ships only with 'etc/termcap'. | ||
| 69 | |||
| 64 | 70 | ||
| 65 | * Changes in Emacs 28.1 | 71 | * Changes in Emacs 28.1 |
| 66 | 72 | ||