Mercurial > emacs
changeset 63563:c78918330811
(Byte Packing): Fix ungrammatical sentence.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 17 Jun 2005 15:26:28 +0000 |
parents | 7093d27c16fa |
children | 41cc36f54415 |
files | lispref/processes.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.