From ab85b499007234de7ded0fe6a5435a5da5e82f61 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 28 Apr 2006 21:48:44 +0000 Subject: [PATCH] Stray space after q-push! in intro. --- doc/ref/misc-modules.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/misc-modules.texi b/doc/ref/misc-modules.texi index 598618a3e..f3a3c4093 100644 --- a/doc/ref/misc-modules.texi +++ b/doc/ref/misc-modules.texi @@ -1212,7 +1212,7 @@ This module implements queues holding arbitrary scheme objects and designed for efficient first-in / first-out operations. @code{make-q} creates a queue, and objects are entered and removed -with @code{enq!} and @code{deq!}. @code{q-push!} and @code{q-pop!} +with @code{enq!} and @code{deq!}. @code{q-push!} and @code{q-pop!} can be used too, treating the front of the queue like a stack. @sp 1