emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105099: (Display Feature Testing): T


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105099: (Display Feature Testing): Try to explain what all the visual classes mean
Date: Mon, 11 Jul 2011 16:35:46 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105099
fixes bug(s): http://debbugs.gnu.org/3042
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-11 16:35:46 +0200
message:
  (Display Feature Testing): Try to explain what all the visual classes mean
modified:
  doc/lispref/ChangeLog
  doc/lispref/frames.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-07-10 15:12:36 +0000
+++ b/doc/lispref/ChangeLog     2011-07-11 14:35:46 +0000
@@ -1,3 +1,8 @@
+2011-07-11  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * frames.texi (Display Feature Testing): Try to explain what all
+       the visual classes mean (bug#3042).
+
 2011-07-10  Lars Magne Ingebrigtsen  <address@hidden>
 
        * modes.texi (Mode Line Variables): Document `mode-line-remote'

=== modified file 'doc/lispref/frames.texi'
--- a/doc/lispref/frames.texi   2011-07-02 14:14:57 +0000
+++ b/doc/lispref/frames.texi   2011-07-11 14:35:46 +0000
@@ -2446,10 +2446,13 @@
 @end defun
 
 @defun display-visual-class &optional display
-This function returns the visual class for the screen.  The value is one
-of the symbols @code{static-gray}, @code{gray-scale},
address@hidden, @code{pseudo-color}, @code{true-color}, and
address@hidden
+This function returns the visual class for the screen.  The value is
+one of the symbols @code{static-gray} (a limited, unchangeable number
+of grays), @code{gray-scale} (a full range of grays),
address@hidden (a limited, unchangeable number of colors),
address@hidden (a limited number of colors), @code{true-color} (a
+full range of colors), and @code{direct-color} (a full range of
+colors).
 @end defun
 
 @defun display-color-cells &optional display


reply via email to

[Prev in Thread] Current Thread [Next in Thread]