diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-29 10:35:53 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-29 10:38:06 -0800 |
commit | 7d90d2ece041630e0c440a2b0216e43f82729844 (patch) | |
tree | 5f3b08d57120ee47cf835f1ebed8668e94997400 /doc/lispref/streams.texi | |
parent | 490c73601310231de7c49eac040ae89bf11c7bf1 (diff) | |
download | emacs-7d90d2ece041630e0c440a2b0216e43f82729844.tar.gz emacs-7d90d2ece041630e0c440a2b0216e43f82729844.tar.bz2 emacs-7d90d2ece041630e0c440a2b0216e43f82729844.zip |
Proofread os.texi and files.texi
Diffstat (limited to 'doc/lispref/streams.texi')
-rw-r--r-- | doc/lispref/streams.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/streams.texi b/doc/lispref/streams.texi index a25a5bfe84a..bd7dc2d9af3 100644 --- a/doc/lispref/streams.texi +++ b/doc/lispref/streams.texi @@ -344,7 +344,7 @@ When reading or writing from the standard input/output streams of the Emacs process in batch mode, it is sometimes required to make sure any arbitrary binary data will be read/written verbatim, and/or that no translation of newlines to or from CR-LF pairs is performed. This -issue does not exist on Posix hosts, only on MS-Windows and MS-DOS@. +issue does not exist on POSIX hosts, only on MS-Windows and MS-DOS@. The following function allows you to control the I/O mode of any standard stream of the Emacs process. @@ -354,7 +354,7 @@ non-@code{nil}, switch to binary mode, otherwise switch to text mode. The value of @var{stream} can be one of @code{stdin}, @code{stdout}, or @code{stderr}. This function flushes any pending output data of @var{stream} as a side effect, and returns the previous value of I/O -mode for @var{stream}. On Posix hosts, it always returns a +mode for @var{stream}. On POSIX hosts, it always returns a non-@code{nil} value and does nothing except flushing pending output. @end defun @@ -707,7 +707,7 @@ indent and fill the object to make it more readable for humans. If you need to use binary I/O in batch mode, e.g., use the functions described in this section to write out arbitrary binary data or avoid -conversion of newlines on non-Posix hosts, see @ref{Input Functions, +conversion of newlines on non-POSIX hosts, see @ref{Input Functions, set-binary-mode}. @node Output Variables |