Index: emacs/lispref/nonascii.texi
diff -c emacs/lispref/nonascii.texi:1.49 emacs/lispref/nonascii.texi:1.50
*** emacs/lispref/nonascii.texi:1.49    Sun Apr  3 04:25:05 2005
--- emacs/lispref/nonascii.texi Sat Jun 18 13:54:25 2005
***************
*** 1067,1077 ****
  @var{encoding-system} is the coding system for encoding (in case
  @var{operation} does encoding).
  
! The argument @var{operation} should be a symbol, one of
! @code{insert-file-contents}, @code{write-region}, @code{call-process},
! @code{call-process-region}, @code{start-process}, or
! @code{open-network-stream}.  These are the names of the Emacs I/O primitives
! that can do coding system conversion.
  
  The remaining arguments should be the same arguments that might be given
  to that I/O primitive.  Depending on the primitive, one of those
--- 1067,1077 ----
  @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
! @code{insert-file-contents}, @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 coding system conversion.
  
  The remaining arguments should be the same arguments that might be given
  to that I/O primitive.  Depending on the primitive, one of those
***************
*** 1081,1089 ****
  target.  For @code{open-network-stream}, the target is the service name
  or port number.
  
! This function looks up the target in @code{file-coding-system-alist},
! @code{process-coding-system-alist}, or
! @code{network-coding-system-alist}, depending on @var{operation}.
  @end defun
  
  @node Specifying Coding Systems
--- 1081,1089 ----
  target.  For @code{open-network-stream}, the target is the service name
  or port number.
  
! Depending on @var{operation}, this function looks up the target in
! @code{file-coding-system-alist}, @code{process-coding-system-alist},
! or @code{network-coding-system-alist}.
  @end defun
  
  @node Specifying Coding Systems


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to