From: Xue Fuqiao Date: Tue, 16 Jul 2013 06:45:01 +0000 (+0800) Subject: Fix the introduction of `set-frame-selected-window''s arguments. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1784 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6c005c5f8e39252fd11821b6452843bead2df6a;p=emacs.git 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. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f8b7406c427..d2480cbad8b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-07-16 Xue Fuqiao + + * windows.texi (Selecting Windows): Fix the introduction of + `set-frame-selected-window''s arguments. + 2013-07-10 Paul Eggert Timestamp fixes for undo (Bug#14824). diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index f2a4b3849dd..4cd525f6000 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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.