diff options
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 2fd1f5ec963..f4c3d495764 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -2247,7 +2247,7 @@ Value of the last field processed. The data as a byte array. @item bindat-idx -Current index into bindat-raw of the unpacking or packing operation. +Current index (within @code{bindat-raw}) for unpacking or packing. @item struct The alist containing the structured data that have been unpacked so |