emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106461: Fix windows.texi typos.


From: martin rudalics
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106461: Fix windows.texi typos.
Date: Mon, 21 Nov 2011 08:28:06 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106461
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-21 08:28:06 +0100
message:
  Fix windows.texi typos.
modified:
  doc/lispref/ChangeLog
  doc/lispref/windows.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-11-21 06:05:16 +0000
+++ b/doc/lispref/ChangeLog     2011-11-21 07:28:06 +0000
@@ -1,3 +1,8 @@
+2011-11-21  Martin Rudalics  <address@hidden>
+
+       * windows.texi (Windows and Frames, Splitting Windows): Fix
+       typos.
+
 2011-11-21  Chong Yidong  <address@hidden>
 
        * windows.texi (Splitting Windows): Fix error in documentation of

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2011-11-21 06:05:16 +0000
+++ b/doc/lispref/windows.texi  2011-11-21 07:28:06 +0000
@@ -149,10 +149,10 @@
 active.  If @var{minibuffer} is neither @code{nil} nor @code{t}, the
 minibuffer window is never included.
 
-The optional argument @var{window}, if address@hidden, 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
address@hidden, the window selected within the frame is first element.
+The optional argument @var{window}, if address@hidden, 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 @@
 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
address@hidden(split-window W3)} yields this window configuration:
address@hidden(split-window W4)} yields this window configuration:
 
 @smallexample
 @group


reply via email to

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