emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116511: doc/lispref/windows.texi (Window Configurat


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116511: doc/lispref/windows.texi (Window Configurations): Doc fix.
Date: Fri, 21 Feb 2014 13:34:09 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116511
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-21 14:33:57 +0100
message:
  doc/lispref/windows.texi (Window Configurations): Doc fix.
  (Windows and Frames): Fix typo.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/windows.texi       
windows.texi-20091113204419-o5vbwnq5f7feedwu-6224
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-02-21 08:04:15 +0000
+++ b/doc/lispref/ChangeLog     2014-02-21 13:33:57 +0000
@@ -1,3 +1,8 @@
+2014-02-21  Juanma Barranquero  <address@hidden>
+
+       * windows.texi (Window Configurations): Doc fix.
+       (Windows and Frames): Fix typo.
+
 2014-02-21  Glenn Morris  <address@hidden>
 
        * internals.texi (Process Internals):

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2014-01-01 07:43:34 +0000
+++ b/doc/lispref/windows.texi  2014-02-21 13:33:57 +0000
@@ -252,7 +252,7 @@
 window @var{W2} and the internal window @var{W3}.  The child windows
 of @var{W3} form a vertical combination, consisting of the live
 windows @var{W4} and @var{W5}.  Hence, the live windows in this
-window tree are @var{W2} @var{W4}, and @var{W5}.
+window tree are @var{W2}, @var{W4}, and @var{W5}.
 
   The following functions can be used to retrieve a child window of an
 internal window, and the siblings of a child window.
@@ -3504,8 +3504,9 @@
 This function puts the window state @var{state} into @var{window}.  The
 argument @var{state} should be the state of a window returned by an
 earlier invocation of @code{window-state-get}, see above.  The optional
-argument @var{window} must specify a live window and defaults to the
-selected one.
+argument @var{window} must specify a valid window and defaults to the
+selected one.  If @var{window} is not live, it is replaced by a live
+window before putting @var{state} into it.
 
 If the optional argument @var{ignore} is address@hidden, it means to ignore
 minimum window sizes and fixed-size restrictions.  If @var{ignore}


reply via email to

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