diff options
| author | Eli Zaretskii | 2002-02-06 18:39:36 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-06 18:39:36 +0000 |
| commit | d0997f103e59252edd7d245a90ec8b622c154a92 (patch) | |
| tree | 047972af9128a34822dd5ceb3cd1917f1169d8fb | |
| parent | a9f953738082d0e909dde7c2cc54bb86f5b195c4 (diff) | |
| download | emacs-d0997f103e59252edd7d245a90ec8b622c154a92.tar.gz emacs-d0997f103e59252edd7d245a90ec8b622c154a92.zip | |
(Text Terminal Colors): Remove description of tty-display-color-cells.
| -rw-r--r-- | lispref/frames.texi | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 69f39ac409c..103ed443d63 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -1575,14 +1575,6 @@ will specify which terminal to operate on (the default being the | |||
| 1575 | selected frame's terminal; @pxref{Input Focus}). At present, though, | 1575 | selected frame's terminal; @pxref{Input Focus}). At present, though, |
| 1576 | the @var{display} argument has no effect. | 1576 | the @var{display} argument has no effect. |
| 1577 | 1577 | ||
| 1578 | @defun tty-display-color-cells &optional display | ||
| 1579 | This function returns the number of distinct colors supported for | ||
| 1580 | @var{display}. For a monochrome terminal which only supports two colors | ||
| 1581 | (usually black and white), this function returns zero. (Lisp programs | ||
| 1582 | should avoid use of this function; instead, use the display-independent | ||
| 1583 | @code{display-color-cells}, described in @ref{Display Feature Testing}.) | ||
| 1584 | @end defun | ||
| 1585 | |||
| 1586 | @defun tty-color-define name number &optional rgb display | 1578 | @defun tty-color-define name number &optional rgb display |
| 1587 | @tindex tty-color-define | 1579 | @tindex tty-color-define |
| 1588 | This function associates the color name @var{name} with | 1580 | This function associates the color name @var{name} with |