summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2022-07-22 14:19:04 +0200
committerRobert Pluim <rpluim@gmail.com>2022-07-22 14:19:04 +0200
commit04bdcf4aaa46612e066f32fa6452d76e40eff8e8 (patch)
treed6434a38615654630ea37a70ca6fe5b20662ff13
parent7fa491a9e9ca00b21a290926c971ae861791824e (diff)
downloademacs-04bdcf4aaa46612e066f32fa6452d76e40eff8e8.tar.gz
* 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. */)
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)