aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 09280d206c3..b6cfacd9aad 100644
--- a/src/window.c
+++ b/src/window.c
@@ -699,9 +699,9 @@ DEFUN ("window-pixel-height", Fwindow_pixel_height, Swindow_pixel_height, 0, 1,
699 doc: /* Return the height of window WINDOW in pixels. 699 doc: /* Return the height of window WINDOW in pixels.
700WINDOW must be a valid window and defaults to the selected one. 700WINDOW must be a valid window and defaults to the selected one.
701 701
702The return value includes the mode line and header line, if any. If 702The return value includes the mode line and header line and the bottom
703WINDOW is an internal window, its pixel height is the height of the 703divider, if any. If WINDOW is an internal window, its pixel height is
704screen areas spanned by its children. */) 704the height of the screen areas spanned by its children. */)
705 (Lisp_Object window) 705 (Lisp_Object window)
706{ 706{
707 return make_number (decode_valid_window (window)->pixel_height); 707 return make_number (decode_valid_window (window)->pixel_height);