comparison src/dispnew.c @ 104957:81757111b576

(Fsend_string_to_terminal): Amend doc string to cover batch mode.
author Alan Mackenzie <acm@muc.de>
date Fri, 11 Sep 2009 20:05:11 +0000
parents 4129eea9d003
children 68dd71358159
comparison
equal deleted inserted replaced
104956:b358c83809fc 104957:81757111b576
6467 Ssend_string_to_terminal, 1, 2, 0, 6467 Ssend_string_to_terminal, 1, 2, 0,
6468 doc: /* Send STRING to the terminal without alteration. 6468 doc: /* Send STRING to the terminal without alteration.
6469 Control characters in STRING will have terminal-dependent effects. 6469 Control characters in STRING will have terminal-dependent effects.
6470 6470
6471 Optional parameter TERMINAL specifies the tty terminal device to use. 6471 Optional parameter TERMINAL specifies the tty terminal device to use.
6472 It may be a terminal object, a frame, or nil for the terminal used by the 6472 It may be a terminal object, a frame, or nil for the terminal used by
6473 currently selected frame. */) 6473 the currently selected frame. In batch mode, STRING is sent to stdout
6474 when TERMINAL is nil. */)
6474 (string, terminal) 6475 (string, terminal)
6475 Lisp_Object string; 6476 Lisp_Object string;
6476 Lisp_Object terminal; 6477 Lisp_Object terminal;
6477 { 6478 {
6478 struct terminal *t = get_terminal (terminal, 1); 6479 struct terminal *t = get_terminal (terminal, 1);