aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2009-09-14 09:46:03 +0000
committerAlan Mackenzie2009-09-14 09:46:03 +0000
commitf804f44622d37e488fdcb18c00d6aac4ba770f51 (patch)
tree45b042a12812d10749beebc561e57ca18a1db8ac
parentbeee5da7cfeb62bfb7380dd94c1be4b025460fdf (diff)
downloademacs-f804f44622d37e488fdcb18c00d6aac4ba770f51.tar.gz
emacs-f804f44622d37e488fdcb18c00d6aac4ba770f51.zip
(Terminal Output): Put "@code{}" around "stdout".
-rw-r--r--doc/lispref/os.texi2
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.
1954Control characters in @var{string} have terminal-dependent effects. 1954Control characters in @var{string} have terminal-dependent effects.
1955This function operates only on text terminals. @var{terminal} may be 1955This function operates only on text terminals. @var{terminal} may be
1956a terminal object, a frame, or @code{nil} for the selected frame's 1956a terminal object, a frame, or @code{nil} for the selected frame's
1957terminal. In batch mode, @var{string} is sent to stdout when 1957terminal. 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
1960One use of this function is to define function keys on terminals that 1960One use of this function is to define function keys on terminals that