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: Sat, 23 Apr 2005 12:22:02 -0400

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.80 emacs/lispref/windows.texi:1.81
*** emacs/lispref/windows.texi:1.80     Sun Mar  6 18:26:30 2005
--- emacs/lispref/windows.texi  Sat Apr 23 16:22:02 2005
***************
*** 665,681 ****
  
  @defun window-list &optional frame minibuf window
  This function returns a list of the windows on @var{frame}, starting
! with @var{window}.  If @var{frame} is @code{nil} or omitted, the
! selected frame is used instead; if @var{window} is @code{nil} or
! omitted, the selected window is used instead.
! 
! The value of @var{minibuf} determines if the minibuffer window will be
! included in the result list.  If @var{minibuf} is @code{t}, the
! minibuffer window will be included, even if it isn't active.  If
! @var{minibuf} is @code{nil} or omitted, the minibuffer window will
! only be included in the list if it is active.  If @var{minibuf} is
! neither @code{nil} nor @code{t}, the minibuffer window is not
! included, whether or not it is active.
  @end defun
  
  @node Buffers and Windows
--- 665,680 ----
  
  @defun window-list &optional frame minibuf window
  This function returns a list of the windows on @var{frame}, starting
! with @var{window}.  If @var{frame} is @code{nil} or omitted,
! @code{window-list} uses the selected frame instead; if @var{window} is
! @code{nil} or omitted, it uses the selected window.
! 
! The value of @var{minibuf} determines if the minibuffer window is
! included in the result list.  If @var{minibuf} is @code{t}, the result
! always includes the minibuffer window.  If @var{minibuf} is @code{nil}
! or omitted, that includes the minibuffer window if it is active.  If
! @var{minibuf} is neither @code{nil} nor @code{t}, the result never
! includes the minibuffer window.
  @end defun
  
  @node Buffers and Windows




reply via email to

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