From: Juanma Barranquero Date: Mon, 28 Nov 2022 11:58:26 +0000 (+0100) Subject: ; * doc/lispref/windows.texi (Selecting Windows): Doc fix X-Git-Tag: emacs-29.0.90~1439 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=264e9e3a1776b7c1a864022c78d74c911d4fe9d1;p=emacs.git ; * doc/lispref/windows.texi (Selecting Windows): Doc fix --- diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 37884faec7e..5b50d5f296c 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -588,8 +588,7 @@ 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 @code{nil}, it -defaults to the selected frame. @var{window} should be a live window; -if @code{nil}, it defaults to the selected window. +defaults to the selected frame. @var{window} must denote a live window. If @var{frame} is the selected frame, this makes @var{window} the selected window.