[Cl-darcs-cvs] r12 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Sat Jun 24 13:54:12 UTC 2006


Author: mhenoch
Date: Sat Jun 24 09:54:12 2006
New Revision: 12

Modified:
   cl-darcs/trunk/util.lisp
Log:
Add comma to read-until docstring.


Modified: cl-darcs/trunk/util.lisp
==============================================================================
--- cl-darcs/trunk/util.lisp	(original)
+++ cl-darcs/trunk/util.lisp	Sat Jun 24 09:54:12 2006
@@ -72,7 +72,7 @@
 
 (defun read-until (delimiters stream &optional (eof-error-p t) eof-value)
   "Read from STREAM until encountering DELIMITERS.
-DELIMITERS is an atom or a list of atoms, or a predicate function.
+DELIMITERS is an atom, or a list of atoms, or a predicate function.
 
 Returns two values:
  - vector of elements read



More information about the Cl-darcs-cvs mailing list