]> git.eshelyaron.com Git - emacs.git/commitdiff
(bindat-pack): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 23 May 2006 11:23:25 +0000 (11:23 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 23 May 2006 11:23:25 +0000 (11:23 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bindat.el

index 6ad38600eaef1098b3bac766a0478ccea3f2913d..fa03faa1833029d4a34ee5ac5e4a2f0a54e70381 100644 (file)
@@ -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  <monnier@iro.umontreal.ca>
 
        * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
index c6989883a10a2c82220b6667faa6818bf68f5068..823fcf869b60a379640550e3a50f2a5d8f41545a 100644 (file)
@@ -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."