# HG changeset patch # User Luc Teirlinck # Date 1119021988 0 # Node ID c78918330811acaffbf0e71d9a575aa3f38d9419 # Parent 7093d27c16fa49e470b6a6c7b63f1b98b5817839 (Byte Packing): Fix ungrammatical sentence. diff -r 7093d27c16fa -r c78918330811 lispref/processes.texi --- a/lispref/processes.texi Fri Jun 17 15:13:51 2005 +0000 +++ b/lispref/processes.texi Fri Jun 17 15:26:28 2005 +0000 @@ -2022,8 +2022,8 @@ @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.