emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/frame.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el,v
Date: Thu, 09 Oct 2008 17:43:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/09 17:43:03

Index: frame.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/frame.el,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -b -r1.284 -r1.285
--- frame.el    9 Oct 2008 16:08:13 -0000       1.284
+++ frame.el    9 Oct 2008 17:43:03 -0000       1.285
@@ -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"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]