diff options
| -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 5f154c3c0f6..cdefa256fcd 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -2249,7 +2249,7 @@ dotted notation. | |||
| 2249 | 2249 | ||
| 2250 | Here is a complete example of byte unpacking and packing: | 2250 | Here is a complete example of byte unpacking and packing: |
| 2251 | 2251 | ||
| 2252 | @lisp | 2252 | @lisp |
| 2253 | (defvar fcookie-index-spec | 2253 | (defvar fcookie-index-spec |
| 2254 | '((:version u32) | 2254 | '((:version u32) |
| 2255 | (:count u32) | 2255 | (:count u32) |