Mercurial > emacs
changeset 48031:5adaaf91c4d5
Fixed typo in docstring.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 27 Oct 2002 21:58:18 +0000 |
parents | 4086fbc6ad65 |
children | d9114ecd3312 |
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 Sun Oct 27 21:31:19 2002 +0000 +++ b/lisp/emacs-lisp/bindat.el Sun Oct 27 21:58:18 2002 +0000 @@ -575,7 +575,7 @@ )))))) (defun bindat-pack (spec struct &optional raw-data pos) - "Return binary data packed accoring to SPEC for structured data STRUCT. + "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 fourth arg POS is the starting offset into RAW-DATA. Note: The result is a multibyte string; use `string-make-unibyte' on it