emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106050: Mention which window gets se


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106050: Mention which window gets selected when deleting the selected window.
Date: Tue, 11 Oct 2011 11:27:08 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106050
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Tue 2011-10-11 11:27:08 +0200
message:
  Mention which window gets selected when deleting the selected window.
  
  * windows.texi (Deleting Windows): Mention which window gets selected
  when deleting the selected window.
modified:
  doc/lispref/ChangeLog
  doc/lispref/windows.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-10-09 12:26:29 +0000
+++ b/doc/lispref/ChangeLog     2011-10-11 09:27:08 +0000
@@ -1,3 +1,8 @@
+2011-10-11  Martin Rudalics  <address@hidden>
+
+       * windows.texi (Deleting Windows): Mention which window gets
+       selected when deleting the selected window.
+
 2011-10-09  Martin Rudalics  <address@hidden>
 
        * buffers.texi (The Buffer List): Describe how bury-buffer deals

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2011-10-09 12:26:29 +0000
+++ b/doc/lispref/windows.texi  2011-10-11 09:27:08 +0000
@@ -1608,7 +1608,9 @@
 The argument @var{window} can denote any window and defaults to the
 selected one.  An error is signaled if @var{window} is the only window
 on its frame.  Hence @var{window} must have at least one sibling window
-(@pxref{Windows and Frames}) in order to get deleted.
+(@pxref{Windows and Frames}) in order to get deleted.  If @var{window}
+is the selected window on its frame, this function selects the most
+recently selected live window on that frame instead.
 
 If the variable @code{ignore-window-parameters} (@pxref{Window
 Parameters}) is address@hidden, this function ignores all parameters of
@@ -1629,7 +1631,8 @@
 @deffn Command delete-other-windows &optional window
 This function makes @var{window} fill its frame and returns @code{nil}.
 The argument @var{window} can denote an arbitrary window and defaults to
-the selected one.
+the selected one.  Upon exit, @var{window} will be the selected window
+on its frame.
 
 If the variable @code{ignore-window-parameters} (@pxref{Window
 Parameters}) is address@hidden, this function ignores all parameters of


reply via email to

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