diff options
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r-- | lispref/processes.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 2fd1f5ec963..d914fd7f669 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. -@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005, 2006 Free Software Foundation, Inc. +@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, +@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/processes @node Processes, Display, Abbrevs, Top @@ -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 |