aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog1
-rw-r--r--lispref/frames.texi10
2 files changed, 9 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 682e439a6db..55f913637df 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * frames.texi (Size Parameters): Fix typo. 3 * frames.texi (Size Parameters): Fix typo.
4 (Basic Parameters): For `title', refer to title bar. 4 (Basic Parameters): For `title', refer to title bar.
5 (Size and Position): Explain meaning of frame pixel width and height.
5 6
62007-12-23 Richard Stallman <rms@gnu.org> 72007-12-23 Richard Stallman <rms@gnu.org>
7 8
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 8153c69dc20..ae6985e9828 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -800,8 +800,14 @@ of the frame is normally the same as the size of the terminal screen.
800 800
801@defun frame-pixel-height &optional frame 801@defun frame-pixel-height &optional frame
802@defunx frame-pixel-width &optional frame 802@defunx frame-pixel-width &optional frame
803These functions return the height and width of @var{frame}, measured in 803These functions return the height and width of the main display area
804pixels. If you don't supply @var{frame}, they use the selected frame. 804of @var{frame}, measured in pixels. If you don't supply @var{frame},
805they use the selected frame.
806
807These values include the internal borders, and windows' scroll bars
808and fringes (which belong to individual windows, not to the frame
809itself), but do not include menu bars or tool bars (except when using
810X without an X toolkit).
805@end defun 811@end defun
806 812
807@defun frame-char-height &optional frame 813@defun frame-char-height &optional frame