emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/frames.texi,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lispref/frames.texi,v
Date: Wed, 06 Sep 2006 13:01:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/06 13:01:34

Index: frames.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/frames.texi,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -b -r1.113 -r1.114
--- frames.texi 21 Jul 2006 08:00:36 -0000      1.113
+++ frames.texi 6 Sep 2006 13:01:34 -0000       1.114
@@ -2086,21 +2086,27 @@
 On a character terminal, it gives the height in characters.
 @end defun
 
address@hidden display-mm-height &optional display
-This function returns the height of the screen in millimeters,
-or @code{nil} if Emacs cannot get that information.
address@hidden defun
-
 @defun display-pixel-width &optional display
 This function returns the width of the screen in pixels.
 On a character terminal, it gives the width in characters.
 @end defun
 
address@hidden display-mm-height &optional display
+This function returns the height of the screen in millimeters,
+or @code{nil} if Emacs cannot get that information.
address@hidden defun
+
 @defun display-mm-width &optional display
 This function returns the width of the screen in millimeters,
 or @code{nil} if Emacs cannot get that information.
 @end defun
 
address@hidden display-mm-dimensions-alist
+This variable allows the user to specify the dimensions of graphical
+displays returned by @code{display-mm-height} and
address@hidden in case the system provides incorrect values.
address@hidden defvar
+
 @defun display-backing-store &optional display
 This function returns the backing store capability of the display.
 Backing store means recording the pixels of windows (and parts of




reply via email to

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