From: Martin Rudalics Date: Mon, 21 Nov 2011 07:28:06 +0000 (+0100) Subject: Fix windows.texi typos. X-Git-Tag: emacs-pretest-24.0.92~100 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90151a1e9594cdc6603e773dd510f588abef9073;p=emacs.git Fix windows.texi typos. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d7ca3f39bfb..293f253c545 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-11-21 Martin Rudalics + + * windows.texi (Windows and Frames, Splitting Windows): Fix + typos. + 2011-11-21 Chong Yidong * windows.texi (Splitting Windows): Fix error in documentation of diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 1189eabb0ee..bb1b0524689 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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