From: Eli Zaretskii Date: Thu, 9 Oct 2008 17:43:03 +0000 (+0000) Subject: (make-frame-on-tty): Fix comment to the `interactive' spec. X-Git-Tag: emacs-pretest-23.0.90~2583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ac8f4d6c86ff0b861f26cf6e69c37dec40ac043;p=emacs.git (make-frame-on-tty): Fix comment to the `interactive' spec. --- 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 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"))