Fixed typo in docstring.

This commit is contained in:
Kim F. Storm 2002-10-27 21:58:18 +00:00
parent d1a0acacb3
commit 13b563f53c

View file

@ -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