From: Robert Pluim Date: Fri, 22 Jul 2022 12:19:04 +0000 (+0200) Subject: * src/terminal.c (Fframe_terminal): Use active voice X-Git-Tag: emacs-28.1.91~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04bdcf4aaa46612e066f32fa6452d76e40eff8e8;p=emacs.git * src/terminal.c (Fframe_terminal): Use active voice --- diff --git a/src/terminal.c b/src/terminal.c index 4580d0b7267..48d581e6ea4 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -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)