# HG changeset patch # User Alan Mackenzie # Date 1252699511 0 # Node ID 81757111b5763da260d5fa9a146475ff2c878c0e # Parent b358c83809fc1c46d9b29eb9b2f4fa4cb4029664 (Fsend_string_to_terminal): Amend doc string to cover batch mode. diff -r b358c83809fc -r 81757111b576 src/dispnew.c --- a/src/dispnew.c Fri Sep 11 20:04:12 2009 +0000 +++ b/src/dispnew.c Fri Sep 11 20:05:11 2009 +0000 @@ -6469,8 +6469,9 @@ 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;