From 926c4c9b05c7cba2153193e73126985b1b2223c3 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Fri, 17 Jun 2005 15:28:25 +0000 Subject: [PATCH] (Byte Packing): Fix ungrammatical sentence. --- lispref/ChangeLog | 1 + lispref/processes.texi | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d305af13b90..02c2a881d0a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -2,6 +2,7 @@ * processes.texi: Fix typos. (Bindat Spec): Correct Texinfo error. + (Byte Packing): Fix ungrammatical sentence. 2005-06-17 Thien-Thi Nguyen diff --git a/lispref/processes.texi b/lispref/processes.texi index acf36608c57..12a0521f86d 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -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. -- 2.39.2