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
558759e4
Commit
558759e4
authored
Sep 11, 2009
by
Alan Mackenzie
Browse files
(Fsend_string_to_terminal): Amend doc string to cover batch mode.
parent
c31c985e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/dispnew.c
src/dispnew.c
+3
-2
No files found.
src/dispnew.c
View file @
558759e4
...
...
@@ -6469,8 +6469,9 @@ DEFUN ("send-string-to-terminal", Fsend_string_to_terminal,
Control characters in STRING will have terminal-dependent effects.
Optional parameter TERMINAL specifies the tty terminal device to use.
It may be a terminal object, a frame, or nil for the terminal used by the
currently selected frame. */)
It may be a terminal object, a frame, or nil for the terminal used by
the currently selected frame. In batch mode, STRING is sent to stdout
when TERMINAL is nil. */)
(string, terminal)
Lisp_Object string;
Lisp_Object terminal;
...
...
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