[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/nonascii.texi,v
From: |
Karl Berry |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/nonascii.texi,v |
Date: |
Wed, 11 Apr 2007 16:27:35 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Karl Berry <karl> 07/04/11 16:27:33
Index: nonascii.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/nonascii.texi,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- nonascii.texi 7 Apr 2007 01:51:41 -0000 1.68
+++ nonascii.texi 11 Apr 2007 16:27:33 -0000 1.69
@@ -1105,11 +1105,11 @@
@var{encoding-system} is the coding system for encoding (in case
@var{operation} does encoding).
-The argument @var{operation} should be a symbol, any one of
address@hidden, @code{write-region},
+The argument @var{operation} is a symbol, one of @code{write-region},
@code{start-process}, @code{call-process}, @code{call-process-region},
-or @code{open-network-stream}. These are the names of the Emacs I/O
-primitives that can do character code and eol conversion.
address@hidden, or @code{open-network-stream}. These are
+the names of the Emacs I/O primitives that can do character code and
+eol conversion.
The remaining arguments should be the same arguments that might be given
to the corresponding I/O primitive. Depending on the primitive, one
@@ -1165,9 +1165,9 @@
(insert-file-contents filename))
@end example
-When its value is address@hidden, @code{coding-system-for-read} takes
-precedence over all other methods of specifying a coding system to use for
-input, including @code{file-coding-system-alist},
+When its value is address@hidden, this variable takes precedence over
+all other methods of specifying a coding system to use for input,
+including @code{file-coding-system-alist},
@code{process-coding-system-alist} and
@code{network-coding-system-alist}.
@end defvar