]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/windows.texi (Selecting Windows): Doc fix
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Nov 2022 11:58:26 +0000 (12:58 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 28 Nov 2022 11:58:26 +0000 (12:58 +0100)
doc/lispref/windows.texi

index 37884faec7eeb84ecf04d1d46c641264d72a392e..5b50d5f296cbac08fd1ecdc238de80f3df727c8b 100644 (file)
@@ -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.