emacs-diffs
[Top][All Lists]
Advanced

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

master 264e9e3a17: ; * doc/lispref/windows.texi (Selecting Windows): Doc


From: Juanma Barranquero
Subject: master 264e9e3a17: ; * doc/lispref/windows.texi (Selecting Windows): Doc fix
Date: Mon, 28 Nov 2022 06:59:38 -0500 (EST)

branch: master
commit 264e9e3a1776b7c1a864022c78d74c911d4fe9d1
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Juanma Barranquero <lekktu@gmail.com>

    ; * doc/lispref/windows.texi (Selecting Windows): Doc fix
---
 doc/lispref/windows.texi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 37884faec7..5b50d5f296 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.



reply via email to

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