diff options
| author | Paul Eggert | 2018-02-23 11:51:31 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-02-23 11:52:18 -0800 |
| commit | 8a73b80aa43862f6aadda54c3c1f2105c2cfd7f5 (patch) | |
| tree | da2ed9a2e210a35a1c6744c56b172a3446c86cac /doc/lispref/frames.texi | |
| parent | 361a8b908b4cf3657699781d1f1c46f1a7d42d0a (diff) | |
| download | emacs-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.texi | 2 |
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 | |||
| 2277 | either a symbol or a number. A number specifies the number of colors | 2277 | either a symbol or a number. A number specifies the number of colors |
| 2278 | to use (and, indirectly, what commands to issue to produce each | 2278 | to use (and, indirectly, what commands to issue to produce each |
| 2279 | color). For example, @code{(tty-color-mode . 8)} specifies use of the | 2279 | color). For example, @code{(tty-color-mode . 8)} specifies use of the |
| 2280 | ANSI escape sequences for 8 standard text colors. A value of -1 turns | 2280 | ANSI escape sequences for 8 standard text colors. A value of @minus{}1 turns |
| 2281 | off color support. | 2281 | off color support. |
| 2282 | 2282 | ||
| 2283 | If the parameter's value is a symbol, it specifies a number through | 2283 | If the parameter's value is a symbol, it specifies a number through |