diff options
| author | Alan Mackenzie | 2009-09-14 09:46:03 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2009-09-14 09:46:03 +0000 |
| commit | f804f44622d37e488fdcb18c00d6aac4ba770f51 (patch) | |
| tree | 45b042a12812d10749beebc561e57ca18a1db8ac | |
| parent | beee5da7cfeb62bfb7380dd94c1be4b025460fdf (diff) | |
| download | emacs-f804f44622d37e488fdcb18c00d6aac4ba770f51.tar.gz emacs-f804f44622d37e488fdcb18c00d6aac4ba770f51.zip | |
(Terminal Output): Put "@code{}" around "stdout".
| -rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index d2d2b48d910..e98bcabe31e 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -1954,7 +1954,7 @@ This function sends @var{string} to @var{terminal} without alteration. | |||
| 1954 | Control characters in @var{string} have terminal-dependent effects. | 1954 | Control characters in @var{string} have terminal-dependent effects. |
| 1955 | This function operates only on text terminals. @var{terminal} may be | 1955 | This function operates only on text terminals. @var{terminal} may be |
| 1956 | a terminal object, a frame, or @code{nil} for the selected frame's | 1956 | a terminal object, a frame, or @code{nil} for the selected frame's |
| 1957 | terminal. In batch mode, @var{string} is sent to stdout when | 1957 | terminal. In batch mode, @var{string} is sent to @code{stdout} when |
| 1958 | @var{terminal} is @code{nil}. | 1958 | @var{terminal} is @code{nil}. |
| 1959 | 1959 | ||
| 1960 | One use of this function is to define function keys on terminals that | 1960 | One use of this function is to define function keys on terminals that |