Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ac8f4d6
Commit
1ac8f4d6
authored
Oct 09, 2008
by
Eli Zaretskii
Browse files
(make-frame-on-tty): Fix comment to the `interactive' spec.
parent
02ab7130
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/frame.el
lisp/frame.el
+2
-2
No files found.
lisp/frame.el
View file @
1ac8f4d6
...
...
@@ -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"))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment