# HG changeset patch # User Kim F. Storm # Date 1035755898 0 # Node ID 5adaaf91c4d55748e9787258a51cacb6863d5fd1 # Parent 4086fbc6ad65ce05c7f77ea2116b130ad09c9831 Fixed typo in docstring. diff -r 4086fbc6ad65 -r 5adaaf91c4d5 lisp/emacs-lisp/bindat.el --- 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