changeset 105013:d70aa2d7f8a0

(Terminal Output): Put "@code{}" around "stdout".
author Alan Mackenzie <acm@muc.de>
date Mon, 14 Sep 2009 09:46:03 +0000
parents 0dbc7a436f38
children ef4e71ead2e8
files doc/lispref/os.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/os.texi	Mon Sep 14 09:45:33 2009 +0000
+++ b/doc/lispref/os.texi	Mon Sep 14 09:46:03 2009 +0000
@@ -1954,7 +1954,7 @@
 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