aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)