1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 13:20:26 +02:00

Stray space after q-push! in intro.

This commit is contained in:
Kevin Ryde 2006-04-28 21:48:44 +00:00
parent 041d1dd126
commit ab85b49900

View file

@ -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