]> git.eshelyaron.com Git - emacs.git/commitdiff
(Byte Packing): Fix ungrammatical sentence.
authorLuc Teirlinck <teirllm@auburn.edu>
Fri, 17 Jun 2005 15:28:25 +0000 (15:28 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Fri, 17 Jun 2005 15:28:25 +0000 (15:28 +0000)
lispref/ChangeLog
lispref/processes.texi

index d305af13b90f1b689169be546d1f2b9911415849..02c2a881d0a2ca1447ad59f9b91ea66b7aa7ba45 100644 (file)
@@ -2,6 +2,7 @@
 
        * processes.texi: Fix typos.
        (Bindat Spec): Correct Texinfo error.
+       (Byte Packing): Fix ungrammatical sentence.
 
 2005-06-17  Thien-Thi Nguyen  <ttn@gnu.org>
 
index acf36608c57481b12243a0a763ce24c6ceaa505f..12a0521f86d0f90db170b975d3628eb4175b94f1 100644 (file)
@@ -2022,8 +2022,8 @@ That particular network option is supported by
 @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
+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.