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, 25 Jun 2005 10:08:34 -0400

Index: emacs/lispref/windows.texi
diff -c emacs/lispref/windows.texi:1.82 emacs/lispref/windows.texi:1.83
*** emacs/lispref/windows.texi:1.82     Tue Apr 26 10:54:31 2005
--- emacs/lispref/windows.texi  Sat Jun 25 14:08:34 2005
***************
*** 463,470 ****
  @defmac save-selected-window address@hidden
  This macro records the selected frame, as well as the selected window
  of each frame, executes @var{forms} in sequence, then restores the
! earlier selected frame and windows It returns the value of the last
! form in @var{forms}.
  
  This macro does not save or restore anything about the sizes,
  arrangement or contents of windows; therefore, if the @var{forms}
--- 463,470 ----
  @defmac save-selected-window address@hidden
  This macro records the selected frame, as well as the selected window
  of each frame, executes @var{forms} in sequence, then restores the
! earlier selected frame and windows.  It also saves and restores the
! current buffer.  It returns the value of the last form in @var{forms}.
  
  This macro does not save or restore anything about the sizes,
  arrangement or contents of windows; therefore, if the @var{forms}
***************
*** 478,486 ****
  @defmac with-selected-window window address@hidden
  This macro selects @var{window} (without changing the buffer list),
  executes @var{forms} in sequence, then restores the previously
! selected window (unless that window is no longer alive).  It is similar
! to @code{save-selected-window} except that it explicitly selects
! @var{window}, without altering the buffer list sequence.
  @end defmac
  
  @cindex finding windows
--- 478,486 ----
  @defmac with-selected-window window address@hidden
  This macro selects @var{window} (without changing the buffer list),
  executes @var{forms} in sequence, then restores the previously
! selected window and current buffer.  It is just like
! @code{save-selected-window}, except that it explicitly selects
! @var{window}, also without altering the buffer list sequence.
  @end defmac
  
  @cindex finding windows




reply via email to

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