emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/Attic/frames.texi, v [EMACS_22_BASE]
Date: Fri, 28 Dec 2007 03:50:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/12/28 03:50:05

Index: frames.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/Attic/frames.texi,v
retrieving revision 1.124.2.5
retrieving revision 1.124.2.6
diff -u -b -r1.124.2.5 -r1.124.2.6
--- frames.texi 28 Dec 2007 03:19:00 -0000      1.124.2.5
+++ frames.texi 28 Dec 2007 03:50:04 -0000      1.124.2.6
@@ -800,8 +800,14 @@
 
 @defun frame-pixel-height &optional frame
 @defunx frame-pixel-width &optional frame
-These functions return the height and width of @var{frame}, measured in
-pixels.  If you don't supply @var{frame}, they use the selected frame.
+These functions return the height and width of the main display area
+of @var{frame}, measured in pixels.  If you don't supply @var{frame},
+they use the selected frame.
+
+These values include the internal borders, and windows' scroll bars
+and fringes (which belong to individual windows, not to the frame
+itself), but do not include menu bars or tool bars (except when using
+X without an X toolkit).
 @end defun
 
 @defun frame-char-height &optional frame




reply via email to

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