diff lisp/frame.el @ 98592:118d6dc744db

(make-frame-on-tty): Fix comment to the `interactive' spec.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 09 Oct 2008 17:43:03 +0000
parents 6b0f820343fd
children 1f6ba3233689
line wrap: on
line diff
--- a/lisp/frame.el	Thu Oct 09 17:35:27 2008 +0000
+++ b/lisp/frame.el	Thu Oct 09 17:43:03 2008 +0000
@@ -630,8 +630,8 @@
 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"))