emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/processes.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/processes.texi
Date: Fri, 17 Jun 2005 11:26:29 -0400

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.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]