* src/terminal.c (Fframe_terminal): Use active voice

This commit is contained in:
Robert Pluim 2022-07-22 14:19:04 +02:00
parent 7fa491a9e9
commit 04bdcf4aaa

View file

@ -402,7 +402,7 @@ but if the second argument FORCE is non-nil, you may do so. */)
DEFUN ("frame-terminal", Fframe_terminal, Sframe_terminal, 0, 1, 0,
doc: /* Return the terminal that FRAME is displayed on.
If FRAME is nil, the selected frame is used.
If FRAME is nil, use the selected frame.
The terminal device is represented by its integer identifier. */)
(Lisp_Object frame)