From: Thien-Thi Nguyen Date: Tue, 23 May 2006 11:23:25 +0000 (+0000) Subject: (bindat-pack): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~2390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f25dc8145edc4329abd1fd922287ce5dda63d57;p=emacs.git (bindat-pack): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ad38600eae..fa03faa1833 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,8 @@ * emacs-lisp/ewoc.el (ewoc-delete): New function. (ewoc-filter): Use `ewoc-delete'. + * emacs-lisp/bindat.el (bindat-pack): Doc fix. + 2006-05-22 Stefan Monnier * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry): diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el index c6989883a10..823fcf869b6 100644 --- a/lisp/emacs-lisp/bindat.el +++ b/lisp/emacs-lisp/bindat.el @@ -581,7 +581,7 @@ e.g. corresponding to STRUCT.FIELD1[INDEX2].FIELD3..." (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."