diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 4 |
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 |
| 3338 | suspended. | 3338 | suspended. |
| 3339 | 3339 | ||
| 3340 | TTY may be a display id, a frame, or nil for the display device of the | 3340 | TTY may be a display device id, a frame, or nil for the display device |
| 3341 | currently selected frame. */) | 3341 | of the currently selected frame. */) |
| 3342 | (tty) | 3342 | (tty) |
| 3343 | Lisp_Object tty; | 3343 | Lisp_Object tty; |
| 3344 | { | 3344 | { |