; In Elisp manual say that FRAME arg in 'frame-focus-state' is optional

* doc/lispref/frames.texi (Input Focus): Say that FRAME
argument of 'frame-focus-state' is optional.
This commit is contained in:
Martin Rudalics 2026-08-06 09:16:34 +02:00
parent 29f292fa87
commit d5c3f053b0

View file

@ -3478,8 +3478,9 @@ The redirection lasts until @code{redirect-frame-focus} is called to
change it.
@end defun
@defun frame-focus-state frame
@defun frame-focus-state &optional frame
This function retrieves the last known focus state of @var{frame}.
@var{frame} defaults to the selected frame.
It returns @code{nil} if the frame is known not to be focused,
@code{t} if the frame is known to be focused, or @code{unknown} if