Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
13b563f5
Commit
13b563f5
authored
Oct 27, 2002
by
Kim F. Storm
Browse files
Fixed typo in docstring.
parent
d1a0acac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/bindat.el
lisp/emacs-lisp/bindat.el
+1
-1
No files found.
lisp/emacs-lisp/bindat.el
View file @
13b563f5
...
...
@@ -575,7 +575,7 @@ e.g. corresponding to STRUCT.FIELD1[INDEX2].FIELD3..."
))))))
(
defun
bindat-pack
(
spec
struct
&optional
raw-data
pos
)
"Return binary data packed accoring to SPEC for structured data STRUCT.
"Return binary data packed accor
d
ing 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment