mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; 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:
parent
29f292fa87
commit
d5c3f053b0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue