]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-frame-on-tty): Fix comment to the `interactive' spec.
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Oct 2008 17:43:03 +0000 (17:43 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Oct 2008 17:43:03 +0000 (17:43 +0000)
lisp/frame.el

index 88d43fbc786e2ca3b8492ecc3097baf2e47ca9e0..d870d7419bb21ec28d880810fe6f624444db5ad7 100644 (file)
@@ -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"))