]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsend_string_to_terminal): Amend doc string to cover batch mode.
authorAlan Mackenzie <acm@muc.de>
Fri, 11 Sep 2009 20:05:11 +0000 (20:05 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 11 Sep 2009 20:05:11 +0000 (20:05 +0000)
src/dispnew.c

index 22a876c8d17cf11ccc77b8ec47ac6a1d2788a03f..e43a1a9869e7a4a94c5cd582e9b52c03dc4b7883 100644 (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;