emacs-diffs
[Top][All Lists]
Advanced

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

master b2eb627c0d 2/3: ; * doc/lispref/processes.texi (Bindat Types): Fi


From: Eli Zaretskii
Subject: master b2eb627c0d 2/3: ; * doc/lispref/processes.texi (Bindat Types): Fix wording. (Bug#55815)
Date: Thu, 9 Jun 2022 04:38:21 -0400 (EDT)

branch: master
commit b2eb627c0db2b157fb43e8d2d40b5b2c1dd436f7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/processes.texi (Bindat Types): Fix wording.  (Bug#55815)
---
 doc/lispref/processes.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index a93a617c8a..7c37853eca 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -3479,7 +3479,7 @@ Unsigned integer in little endian order, with 
@var{bitlen} bits.
 @var{bitlen} has to be a multiple of 8.
 
 @item str @var{len}
-Unibyte string (@pxref{Text Representations}) of length @var{len}.
+Unibyte string (@pxref{Text Representations}) of length @var{len} bytes.
 When packing, the first @var{len} bytes of the input string are copied
 to the packed output.  If the input string is shorter than @var{len},
 the remaining bytes will be null (zero) unless a pre-allocated string
@@ -3506,7 +3506,7 @@ The packed output will not be null-terminated unless one 
of the
 following is true:
 @itemize
 @item
-The input string is shorter than @var{len} and either no pre-allocated
+The input string is shorter than @var{len} bytes and either no pre-allocated
 string was provided to @code{bindat-pack} or the appropriate byte in
 the pre-allocated string was already null.
 @item



reply via email to

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