emacs-pretest-bug
[Top][All Lists]
Advanced

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

[PATCH] windows.texi


From: Nick Roberts
Subject: [PATCH] windows.texi
Date: Sun, 17 Apr 2005 11:49:36 +1200

This patch simplifies the English.

Nick


diff -c /home/nick/emacs1/lispref/windows.texi.\~1.78.\~ 
/home/nick/emacs1/lispref/windows.texi
*** /home/nick/emacs1/lispref/windows.texi.~1.78.~      2005-02-02 
23:17:52.000000000 +1300
--- /home/nick/emacs1/lispref/windows.texi      2005-04-17 11:42:22.000000000 
+1200
***************
*** 658,674 ****
  
  @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
--- 658,673 ----
  
  @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, use
! the selected frame instead; if @var{window} is @code{nil} or
! omitted, use 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}, always
! include the minibuffer window.  If @var{minibuf} is @code{nil} or
! omitted,  only include the minibuffer window in the list if it
! is active.  If @var{minibuf} is neither @code{nil} nor @code{t}, do
! not include the minibuffer window.
  @end defun
  
  @node Buffers and Windows
***************
*** 966,977 ****
  @end defopt
  
  @defopt even-window-heights
! This variable determines if @code{display-buffer} should even out window
! heights if the buffer gets displayed in an existing window, above or
! beneath another existing window.  If @code{even-window-heights} is
! @code{t}, the default, window heights will be evened out.  If
! @code{even-window-heights} is @code{nil}, the original window heights
! will be left alone.
  @end defopt
  
  @c Emacs 19 feature
--- 965,976 ----
  @end defopt
  
  @defopt even-window-heights
! This variable determines if @code{display-buffer} should even out
! window heights if the buffer is displayed in an existing window, above
! or beneath another existing window.  If @code{even-window-heights} is
! @code{t}, the default, even out window heights.  If
! @code{even-window-heights} is @code{nil}, do not change the original
! window heights.
  @end defopt
  
  @c Emacs 19 feature




reply via email to

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