From 90151a1e9594cdc6603e773dd510f588abef9073 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Mon, 21 Nov 2011 08:28:06 +0100 Subject: [PATCH] Fix windows.texi typos. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/windows.texi | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d7ca3f39bf..293f253c54 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 1189eabb0e..bb1b052468 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 -- 2.20.1