aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-06-20 11:31:19 +0300
committerEli Zaretskii2020-06-20 11:31:19 +0300
commit7a7090029437ae7981d3bba9722bdc8f4695fed3 (patch)
tree6f87671969584614455303b438f09da1f8a81dd3
parent50f489b5dc59ba8eacd6dc5bdee98da690a61f2f (diff)
downloademacs-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.texi9
-rw-r--r--etc/NEWS6
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}
497Used by the @code{cd} command to search for the directory you specify, 497Used by the @code{cd} command to search for the directory you specify,
498when you specify a relative directory, 498when you specify a relative directory.
499@item COLORTERM
500@vindex COLORTERM@r{, environment variable}
501If this variable is set to the value @samp{truecolor}, it tells Emacs
502to use 24-bit true color on text-mode displays even if the terminfo
503database is not installed. Emacs will use built-in commands to
504request true color by RGB values instead of the missing terminfo
505information.
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}
501Used by D-Bus when Emacs is compiled with it. Usually, there is no 508Used by D-Bus when Emacs is compiled with it. Usually, there is no
diff --git a/etc/NEWS b/etc/NEWS
index 4c93e31346b..5a46e7165e3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
65If your text-mode terminal supports 24-bit true color, but your system
66lacks the terminfo database, you can instruct Emacs to support 24-bit
67true color by setting COLORTERM=truecolor in the environment. This is
68useful 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