aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2022-07-22 14:19:04 +0200
committerRobert Pluim2022-07-22 14:19:04 +0200
commit04bdcf4aaa46612e066f32fa6452d76e40eff8e8 (patch)
treed6434a38615654630ea37a70ca6fe5b20662ff13
parent7fa491a9e9ca00b21a290926c971ae861791824e (diff)
downloademacs-04bdcf4aaa46612e066f32fa6452d76e40eff8e8.tar.gz
emacs-04bdcf4aaa46612e066f32fa6452d76e40eff8e8.zip
* src/terminal.c (Fframe_terminal): Use active voice
-rw-r--r--src/terminal.c2
1 files changed, 1 insertions, 1 deletions
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. */)
402 402
403DEFUN ("frame-terminal", Fframe_terminal, Sframe_terminal, 0, 1, 0, 403DEFUN ("frame-terminal", Fframe_terminal, Sframe_terminal, 0, 1, 0,
404 doc: /* Return the terminal that FRAME is displayed on. 404 doc: /* Return the terminal that FRAME is displayed on.
405If FRAME is nil, the selected frame is used. 405If FRAME is nil, use the selected frame.
406 406
407The terminal device is represented by its integer identifier. */) 407The terminal device is represented by its integer identifier. */)
408 (Lisp_Object frame) 408 (Lisp_Object frame)