]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix windows.texi typos.
authorMartin Rudalics <rudalics@gmx.at>
Mon, 21 Nov 2011 07:28:06 +0000 (08:28 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 21 Nov 2011 07:28:06 +0000 (08:28 +0100)
doc/lispref/ChangeLog
doc/lispref/windows.texi

index d7ca3f39bfb54e472e62cc20ab6b1652d47516ae..293f253c54522bcaffecbf4bd6a571076e67ff8b 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * windows.texi (Windows and Frames, Splitting Windows): Fix
+       typos.
+
 2011-11-21  Chong Yidong  <cyd@gnu.org>
 
        * windows.texi (Splitting Windows): Fix error in documentation of
index 1189eabb0eead148424bfa3d0bf51151b8089ccf..bb1b0524689d1b7b42c42612f9d7cce70d3baf62 100644 (file)
@@ -149,10 +149,10 @@ the minibuffer window in the returned list.  If @var{minibuffer} is
 active.  If @var{minibuffer} is neither @code{nil} nor @code{t}, the
 minibuffer window is never included.
 
-The optional argument @var{window}, if non-@code{nil}, should be a
-live window on the specified frame; then @var{window} will be the
-first element in the returned list.  If @var{window} is omitted or
-@code{nil}, the window selected within the frame is first element.
+The optional argument @var{window}, if non-@code{nil}, should be a live
+window on the specified frame; then @var{window} will be the first
+element in the returned list.  If @var{window} is omitted or @code{nil},
+the window selected within the frame is the first element.
 @end defun
 
 @cindex window tree
@@ -792,7 +792,7 @@ yields the window configuration discussed in @ref{Windows and Frames}.
 This example demonstrates splitting a live window as well as splitting
 an internal window.  We begin with a frame containing a single window
 (a live root window), which we denote by @var{W4}.  Calling
-@code{(split-window W3)} yields this window configuration:
+@code{(split-window W4)} yields this window configuration:
 
 @smallexample
 @group