diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-01-02 20:58:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-01-02 20:58:02 +0000 |
commit | 9e7166c8f4aae07168728e9c6af1777def473a7c (patch) | |
tree | 3132f23734c175f2fa55f4e246dbfd4a4f5a810e | |
parent | 14bafd7ea7daae51a55707a66c8ab27533033aad (diff) | |
download | emacs-9e7166c8f4aae07168728e9c6af1777def473a7c.tar.gz |
(Bindat Spec): Fix Texinfo usage.
-rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 2fd1f5ec963..f4c3d495764 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -2247,7 +2247,7 @@ Value of the last field processed. The data as a byte array. @item bindat-idx -Current index into bindat-raw of the unpacking or packing operation. +Current index (within @code{bindat-raw}) for unpacking or packing. @item struct The alist containing the structured data that have been unpacked so |