1
0
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:
Alan Mackenzie 2009-09-11 20:05:11 +00:00
parent c31c985eab
commit 558759e4b6

View File

@ -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;