emacs-diffs
[Top][All Lists]
Advanced

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

master 4eb8cbd 2/2: ; Fix last change.


From: Eli Zaretskii
Subject: master 4eb8cbd 2/2: ; Fix last change.
Date: Sat, 6 Mar 2021 05:17:06 -0500 (EST)

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

    ; Fix last change.
---
 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 866404f..b324649 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -3426,8 +3426,8 @@ Like @code{vec}, but it unpacks to and packs from lists, 
whereas
 List of bits that are set to 1 in @var{len} bytes.  The bytes are
 taken in big-endian order, and the bits are numbered starting with
 @code{8 * @var{len} @minus{} 1} and ending with zero.  For example:
-@code{bits 2} unpacks @code{#x28} @code{#x1c} to @code{(2 3 4 11 13)}
-and @code{#x1c} @code{#x28} to @code{(3 5 10 11 12)}.
+@code{bits 2} unpacks @code{#x28} @code{#x1c} to @w{@code{(2 3 4 11 13)}}
+and @code{#x1c} @code{#x28} to @w{@code{(3 5 10 11 12)}}.
 
 @item fill @var{len}
 @var{len} bytes used as a mere filler.  In packing, these bytes are



reply via email to

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