# HG changeset patch # User Thien-Thi Nguyen # Date 1148383319 0 # Node ID c77bf4eed67a939cd01264c809fcc8bc2beca259 # Parent d2542ee8a5c99b44eb6f7425d7992757061b5545 (bindat-pack): Doc fix. diff -r d2542ee8a5c9 -r c77bf4eed67a lisp/emacs-lisp/bindat.el --- a/lisp/emacs-lisp/bindat.el Tue May 23 10:44:39 2006 +0000 +++ b/lisp/emacs-lisp/bindat.el Tue May 23 11:21:59 2006 +0000 @@ -581,7 +581,7 @@ (defun bindat-pack (spec struct &optional raw-data pos) "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 third arg RAW-DATA is a pre-allocated string or vector to pack 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 to make it unibyte if necessary."