aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorPaul Eggert2018-02-23 11:51:31 -0800
committerPaul Eggert2018-02-23 11:52:18 -0800
commit8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5 (patch)
treeda2ed9a2e210a35a1c6744c56b172a3446c86cac /doc/lispref/frames.texi
parent361a8b908b4cf3657699781d1f1c46f1a7d42d0a (diff)
downloademacs-8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5.tar.gz
emacs-8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5.zip
Minor doc fixes, mostly for timestamp issues
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index c2fa1094821..2f9bb398865 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2277,7 +2277,7 @@ specifies the color mode to use on a text terminal. The value can be
2277either a symbol or a number. A number specifies the number of colors 2277either a symbol or a number. A number specifies the number of colors
2278to use (and, indirectly, what commands to issue to produce each 2278to use (and, indirectly, what commands to issue to produce each
2279color). For example, @code{(tty-color-mode . 8)} specifies use of the 2279color). For example, @code{(tty-color-mode . 8)} specifies use of the
2280ANSI escape sequences for 8 standard text colors. A value of -1 turns 2280ANSI escape sequences for 8 standard text colors. A value of @minus{}1 turns
2281off color support. 2281off color support.
2282 2282
2283If the parameter's value is a symbol, it specifies a number through 2283If the parameter's value is a symbol, it specifies a number through