emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/windows.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/windows.texi
Date: Fri, 18 Jan 2002 00:44:13 -0500

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.46 emacs/lispref/windows.texi:1.47
*** emacs/lispref/windows.texi:1.46     Sun Nov 25 13:25:33 2001
--- emacs/lispref/windows.texi  Fri Jan 18 00:44:13 2002
***************
*** 1647,1656 ****
    The following three functions return size information about a window:
  
  @defun window-height &optional window
! This function returns the number of lines in @var{window}, including its
! mode line.  If @var{window} fills its entire frame, this is typically
! one less than the value of @code{frame-height} on that frame (since the
! last line is always reserved for the minibuffer).
  
  If @var{window} is @code{nil}, the function uses the selected window.
  
--- 1647,1657 ----
    The following three functions return size information about a window:
  
  @defun window-height &optional window
! This function returns the number of lines in @var{window}, including
! its mode line and header line, if any.  If @var{window} fills its
! entire frame except for the echo area, and there is no tool bar, this
! is typically one less than the value of @code{frame-height} on that
! frame.
  
  If @var{window} is @code{nil}, the function uses the selected window.
  
***************
*** 1668,1673 ****
--- 1669,1680 ----
       @result{} 11
  @end group
  @end example
+ @end defun
+ 
+ @tindex window-body-height
+ @defun window-body-height &optional window
+ Like @code{window-height} but the value does not include the 
+ mode line (if any) or the header line (if any).
  @end defun
  
  @defun window-width &optional window



reply via email to

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