[armedbear-cvs] r13890 - trunk/abcl/src/org/armedbear/lisp
mevenson at common-lisp.net
mevenson at common-lisp.net
Wed Mar 21 15:25:33 UTC 2012
Author: mevenson
Date: Wed Mar 21 08:25:33 2012
New Revision: 13890
Log:
docstrings: correct documentation THREADS:MAILBOX-PEEK.
Patch from Philipp Marek.
Modified:
trunk/abcl/src/org/armedbear/lisp/threads.lisp
Modified: trunk/abcl/src/org/armedbear/lisp/threads.lisp
==============================================================================
--- trunk/abcl/src/org/armedbear/lisp/threads.lisp Sun Mar 18 15:08:59 2012 (r13889)
+++ trunk/abcl/src/org/armedbear/lisp/threads.lisp Wed Mar 21 08:25:33 2012 (r13890)
@@ -78,8 +78,7 @@
(defun mailbox-peek (mailbox)
"Returns two values. The second returns non-NIL when the mailbox
-is empty. The first is the next item to be read from the mailbox
-if the first is NIL.
+is empty. The first is the next item to be read from the mailbox.
Note that due to multi-threading, the first value returned upon
peek, may be different from the one returned upon next read in the
More information about the armedbear-cvs
mailing list