emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src dispnew.c


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs/src dispnew.c
Date: Fri, 11 Sep 2009 20:05:11 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Alan Mackenzie <acmacm> 09/09/11 20:05:11

Modified files:
        src            : dispnew.c 

Log message:
        (Fsend_string_to_terminal): Amend doc string to cover batch mode.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/dispnew.c?cvsroot=emacs&r1=1.431&r2=1.432

Patches:
Index: dispnew.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/dispnew.c,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -b -r1.431 -r1.432
--- dispnew.c   3 Sep 2009 00:36:13 -0000       1.431
+++ dispnew.c   11 Sep 2009 20:05:11 -0000      1.432
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]