mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(Fsend_string_to_terminal): Amend doc string to cover batch mode.
This commit is contained in:
parent
c31c985eab
commit
558759e4b6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user