changeset 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 b358c83809fc
children 540bac758b93
files src/dispnew.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;