# HG changeset patch # User Eli Zaretskii # Date 1223574183 0 # Node ID 118d6dc744dba4509638de2d24a90571cb1e85ad # Parent d37ded169d173874b7d70cb4519fc9f0ce4172f4 (make-frame-on-tty): Fix comment to the `interactive' spec. diff -r d37ded169d17 -r 118d6dc744db lisp/frame.el --- 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"))