aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-11 16:35:46 +0200
committerLars Magne Ingebrigtsen2011-07-11 16:35:46 +0200
commit7261e1cfbb24c576ea740fc79cd869c90f45d603 (patch)
tree9f53d30403df775f28067a9276be1606a1b7e25d /doc/lispref/frames.texi
parent481a51b660b2a4f78b2ba852d8eb4e49f553bba8 (diff)
downloademacs-7261e1cfbb24c576ea740fc79cd869c90f45d603.tar.gz
emacs-7261e1cfbb24c576ea740fc79cd869c90f45d603.zip
(Display Feature Testing): Try to explain what all the visual classes mean
Fixes: debbugs:3042
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index ee765a7e1d0..7dc6934c7d9 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2446,10 +2446,13 @@ For a tty display, it is log to base two of the number of colors supported.
2446@end defun 2446@end defun
2447 2447
2448@defun display-visual-class &optional display 2448@defun display-visual-class &optional display
2449This function returns the visual class for the screen. The value is one 2449This function returns the visual class for the screen. The value is
2450of the symbols @code{static-gray}, @code{gray-scale}, 2450one of the symbols @code{static-gray} (a limited, unchangeable number
2451@code{static-color}, @code{pseudo-color}, @code{true-color}, and 2451of grays), @code{gray-scale} (a full range of grays),
2452@code{direct-color}. 2452@code{static-color} (a limited, unchangeable number of colors),
2453@code{pseudo-color} (a limited number of colors), @code{true-color} (a
2454full range of colors), and @code{direct-color} (a full range of
2455colors).
2453@end defun 2456@end defun
2454 2457
2455@defun display-color-cells &optional display 2458@defun display-color-cells &optional display