aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c
index b2cba6a2665..14396a0c1d2 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3337,8 +3337,8 @@ device.
3337`resume-tty' does nothing if it is called on a device that is not 3337`resume-tty' does nothing if it is called on a device that is not
3338suspended. 3338suspended.
3339 3339
3340TTY may be a display id, a frame, or nil for the display device of the 3340TTY may be a display device id, a frame, or nil for the display device
3341currently selected frame. */) 3341of the currently selected frame. */)
3342 (tty) 3342 (tty)
3343 Lisp_Object tty; 3343 Lisp_Object tty;
3344{ 3344{