Fixed typo in docstring.
This commit is contained in:
parent
d1a0acacb3
commit
13b563f53c
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ e.g. corresponding to STRUCT.FIELD1[INDEX2].FIELD3..."
|
|||
))))))
|
||||
|
||||
(defun bindat-pack (spec struct &optional raw-data pos)
|
||||
"Return binary data packed accoring to SPEC for structured data STRUCT.
|
||||
"Return binary data packed according to SPEC for structured data STRUCT.
|
||||
Optional third arg RAW-DATA is a pre-allocated string or vector to unpack into.
|
||||
Optional fourth arg POS is the starting offset into RAW-DATA.
|
||||
Note: The result is a multibyte string; use `string-make-unibyte' on it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue