diff options
| -rw-r--r-- | lisp/frame.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 88d43fbc786..d870d7419bb 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -630,8 +630,8 @@ TTY should be the file name of the tty device to use. TYPE | |||
| 630 | should be the terminal type string of TTY, for example \"xterm\" | 630 | should be the terminal type string of TTY, for example \"xterm\" |
| 631 | or \"vt100\". The optional third argument PARAMETERS specifies | 631 | or \"vt100\". The optional third argument PARAMETERS specifies |
| 632 | additional frame parameters." | 632 | additional frame parameters." |
| 633 | ;; Use "F" rather than "f" to avoid reading from devices that don't | 633 | ;; Use "F" rather than "f", in case the device does not exist, as |
| 634 | ;; like that. | 634 | ;; far as the filesystem is concerned. |
| 635 | (interactive "FOpen frame on tty device: \nsTerminal type of %s: ") | 635 | (interactive "FOpen frame on tty device: \nsTerminal type of %s: ") |
| 636 | (unless tty | 636 | (unless tty |
| 637 | (error "Invalid terminal device")) | 637 | (error "Invalid terminal device")) |