1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

Fix typo.

Copied from Perforce
 Change: 182805
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-06-19 13:00:09 +01:00
parent 2cf1861e8d
commit fad8da04c1

View file

@ -20,12 +20,12 @@ results.
implemented in the form of a :term:`message queue` attached to each
:term:`arena`.
The client program must enable each message type that they are
prepared to handle, by calling :c:func:`mps_message_type_enable`. Then
it must poll the message queue at regular intervals when it is
convenient to do so, calling :c:func:`mps_message_get` to retrieve
each message from the queue, and then calling
:c:func:`mps_message_discard` when it is done with it.
The client program must enable each message type that it is prepared
to handle, by calling :c:func:`mps_message_type_enable`. Then it must
poll the message queue at regular intervals when it is convenient to
do so, calling :c:func:`mps_message_get` to retrieve each message from
the queue, and finally calling :c:func:`mps_message_discard` when done
with the message.
Messages are thus :term:`manually managed <manual memory management>`:
if the client program enables one or more message types, and then