From: Alan Mackenzie Date: Mon, 14 Sep 2009 09:46:03 +0000 (+0000) Subject: (Terminal Output): Put "@code{}" around "stdout". X-Git-Tag: emacs-pretest-23.1.90~1324 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f804f44622d37e488fdcb18c00d6aac4ba770f51;p=emacs.git (Terminal Output): Put "@code{}" around "stdout". --- 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. Control characters in @var{string} have terminal-dependent effects. This function operates only on text terminals. @var{terminal} may be a terminal object, a frame, or @code{nil} for the selected frame's -terminal. In batch mode, @var{string} is sent to stdout when +terminal. In batch mode, @var{string} is sent to @code{stdout} when @var{terminal} is @code{nil}. One use of this function is to define function keys on terminals that