aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-10-09 17:43:03 +0000
committerEli Zaretskii <[email protected]>2008-10-09 17:43:03 +0000
commit1ac8f4d6c86ff0b861f26cf6e69c37dec40ac043 (patch)
tree9ebbac1fbfd329aed86344c476a4e9ec36238e3e
parent02ab7130d5184c9fe7371fd1a4546d72ca779668 (diff)
(make-frame-on-tty): Fix comment to the `interactive' spec.
-rw-r--r--lisp/frame.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 88d43fbc78..d870d7419b 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
should be the terminal type string of TTY, for example \"xterm\"
or \"vt100\". The optional third argument PARAMETERS specifies
additional frame parameters."
- ;; Use "F" rather than "f" to avoid reading from devices that don't
- ;; like that.
+ ;; Use "F" rather than "f", in case the device does not exist, as
+ ;; far as the filesystem is concerned.
(interactive "FOpen frame on tty device: \nsTerminal type of %s: ")
(unless tty
(error "Invalid terminal device"))