[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/lispref os.texi
From: |
Alan Mackenzie |
Subject: |
[Emacs-diffs] emacs/doc/lispref os.texi |
Date: |
Mon, 14 Sep 2009 09:46:03 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Alan Mackenzie <acmacm> 09/09/14 09:46:03
Modified files:
doc/lispref : os.texi
Log message:
(Terminal Output): Put "@code{}" around "stdout".
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/os.texi?cvsroot=emacs&r1=1.30&r2=1.31
Patches:
Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/os.texi,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- os.texi 11 Sep 2009 20:27:50 -0000 1.30
+++ os.texi 14 Sep 2009 09:46:03 -0000 1.31
@@ -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