summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bindat.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2006-05-23 11:23:25 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2006-05-23 11:23:25 +0000
commit5f25dc8145edc4329abd1fd922287ce5dda63d57 (patch)
treee1179e43f2b1624b51da3cb21b93ca2551c7d000 /lisp/emacs-lisp/bindat.el
parent81264b3846c31bd987a7788fa656dd76345cc8e7 (diff)
downloademacs-5f25dc8145edc4329abd1fd922287ce5dda63d57.tar.gz
emacs-5f25dc8145edc4329abd1fd922287ce5dda63d57.tar.bz2
emacs-5f25dc8145edc4329abd1fd922287ce5dda63d57.zip
(bindat-pack): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/bindat.el')
-rw-r--r--lisp/emacs-lisp/bindat.el2
1 files changed, 1 insertions, 1 deletions
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."