Mercurial > emacs
changeset 70858:c77bf4eed67a
(bindat-pack): Doc fix.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 23 May 2006 11:21:59 +0000 |
parents | d2542ee8a5c9 |
children | 8e300faeb7ab |
files | lisp/emacs-lisp/bindat.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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."