24 Jun
2006
24 Jun
'06
1:54 p.m.
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