]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref/windows.texi (Window Configurations): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2014 13:33:57 +0000 (14:33 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 21 Feb 2014 13:33:57 +0000 (14:33 +0100)
(Windows and Frames): Fix typo.

doc/lispref/ChangeLog
doc/lispref/windows.texi

index d6a996ca9bfd86bb47b4e621f129d858719e984f..eb6559ba07fc09378a9506141ecc2a3a4d55f739 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
+
+       * windows.texi (Window Configurations): Doc fix.
+       (Windows and Frames): Fix typo.
+
 2014-02-21  Glenn Morris  <rgm@gnu.org>
 
        * internals.texi (Process Internals):
index e14a148588229bb0ecd877e87002e94a882e3258..f19a08c85e7e35c035111fb9763fdc56b0cca882 100644 (file)
@@ -252,7 +252,7 @@ child windows form a horizontal combination, consisting of the live
 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 @@ the following function to restore the state of the window.
 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 non-@code{nil}, it means to ignore
 minimum window sizes and fixed-size restrictions.  If @var{ignore}