diff options
| author | Alan Mackenzie | 2009-09-11 20:05:11 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2009-09-11 20:05:11 +0000 |
| commit | 558759e4b6367862bd78e455ba2378bd310aa3b7 (patch) | |
| tree | dc47294323b3582f7521a75d6fe693f5a8d00ca7 /src | |
| parent | c31c985eab3a7f87d468495847e686cc7d383fbd (diff) | |
| download | emacs-558759e4b6367862bd78e455ba2378bd310aa3b7.tar.gz emacs-558759e4b6367862bd78e455ba2378bd310aa3b7.zip | |
(Fsend_string_to_terminal): Amend doc string to cover batch mode.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 22a876c8d17..e43a1a9869e 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -6469,8 +6469,9 @@ DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, | |||
| 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; |