diff doc/lispref/os.texi @ 105013:d70aa2d7f8a0

(Terminal Output): Put "@code{}" around "stdout".
author Alan Mackenzie <acm@muc.de>
date Mon, 14 Sep 2009 09:46:03 +0000
parents d2cd7290d6d2
children c9d8852e2d94
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