Index: emacs/lispref/processes.texi
diff -c emacs/lispref/processes.texi:1.61 emacs/lispref/processes.texi:1.62
*** emacs/lispref/processes.texi:1.61   Fri Jun 17 15:13:51 2005
--- emacs/lispref/processes.texi        Fri Jun 17 15:26:28 2005
***************
*** 2022,2029 ****
  @section Packing and Unpacking Byte Arrays
  
    This section describes how to pack and unpack arrays of bytes,
! usually for binary network protocols.  These functions byte arrays to
! alists, and vice versa.  The byte array can be represented as a
  unibyte string or as a vector of integers, while the alist associates
  symbols either with fixed-size objects or with recursive sub-alists.
  
--- 2022,2029 ----
  @section Packing and Unpacking Byte Arrays
  
    This section describes how to pack and unpack arrays of bytes,
! usually for binary network protocols.  These functions convert byte arrays
! to alists, and vice versa.  The byte array can be represented as a
  unibyte string or as a vector of integers, while the alist associates
  symbols either with fixed-size objects or with recursive sub-alists.
  


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to