Mercurial > emacs
changeset 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 | d37ded169d17 |
children | 07dedfc8a63c |
files | lisp/frame.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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"))