emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113429: Fix the introduction of `set-frame-selected


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113429: Fix the introduction of `set-frame-selected-window''s arguments.
Date: Tue, 16 Jul 2013 06:45:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113429
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-16 14:45:01 +0800
message:
  Fix the introduction of `set-frame-selected-window''s arguments.
  
  * doc/lispref/windows.texi (Selecting Windows): Fix the introduction of 
`set-frame-selected-window''s arguments.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/windows.texi       
windows.texi-20091113204419-o5vbwnq5f7feedwu-6224
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-07-10 06:26:23 +0000
+++ b/doc/lispref/ChangeLog     2013-07-16 06:45:01 +0000
@@ -1,3 +1,8 @@
+2013-07-16  Xue Fuqiao  <address@hidden>
+
+       * windows.texi (Selecting Windows): Fix the introduction of
+       `set-frame-selected-window''s arguments.
+
 2013-07-10  Paul Eggert  <address@hidden>
 
        Timestamp fixes for undo (Bug#14824).

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2013-04-13 14:37:20 +0000
+++ b/doc/lispref/windows.texi  2013-07-16 06:45:01 +0000
@@ -1355,10 +1355,9 @@
 
 @defun set-frame-selected-window frame window &optional norecord
 This function makes @var{window} the window selected within the frame
address@hidden  @var{frame} should be a live frame; if omitted or
address@hidden, it defaults to the selected frame.  @var{window} should be
-a live window; if omitted or @code{nil}, it defaults to the selected
-window.
address@hidden  @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.


reply via email to

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