]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the introduction of `set-frame-selected-window''s arguments.
authorXue Fuqiao <xfq.free@gmail.com>
Tue, 16 Jul 2013 06:45:01 +0000 (14:45 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Tue, 16 Jul 2013 06:45:01 +0000 (14:45 +0800)
* doc/lispref/windows.texi (Selecting Windows): Fix the introduction of `set-frame-selected-window''s arguments.

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

index f8b7406c427ae6d04a81e3c5fa113b78ee1f1c80..d2480cbad8b76eefbb8432cad8c7bdf6f74a52c5 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-16  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * windows.texi (Selecting Windows): Fix the introduction of
+       `set-frame-selected-window''s arguments.
+
 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        Timestamp fixes for undo (Bug#14824).
index f2a4b3849dd4a0d5601cfacc0bc51d04c6ff40c8..4cd525f60002e953e5ddfcf38bfdac5a4a01f5ab 100644 (file)
@@ -1355,10 +1355,9 @@ within that frame.  @var{frame} should be a live frame; if omitted or
 
 @defun set-frame-selected-window frame window &optional norecord
 This function makes @var{window} the window selected within the frame
-@var{frame}.  @var{frame} should be a live frame; if omitted or
-@code{nil}, it defaults to the selected frame.  @var{window} should be
-a live window; if omitted or @code{nil}, it defaults to the selected
-window.
+@var{frame}.  @var{frame} should be a live frame; if @code{nil}, it
+defaults to the selected frame.  @var{window} should be a live window;
+if @code{nil}, it defaults to the selected window.
 
 If @var{frame} is the selected frame, this makes @var{window} the
 selected window.