[elephant-cvs] CVS elephant/src/elephant

ieslick ieslick at common-lisp.net
Mon May 7 18:38:30 UTC 2007


Update of /project/elephant/cvsroot/elephant/src/elephant
In directory clnet:/tmp/cvs-serv26366/src/elephant

Modified Files:
	collections.lisp 
Log Message:
Fixed typo in map-index doc string leading to build failure

--- /project/elephant/cvsroot/elephant/src/elephant/collections.lisp	2007/05/05 22:10:40	1.31
+++ /project/elephant/cvsroot/elephant/src/elephant/collections.lisp	2007/05/07 18:38:29	1.32
@@ -470,7 +470,7 @@
    use the value keyword which will override any values of start
    and end.  The collect keyword will accumulate the results from
    each call of fn in a fresh list and return that list in the 
-   same order the calls were made (first to last)"))"))
+   same order the calls were made (first to last)"))
 
 (defmethod map-index (fn (index btree-index) &rest args 
 		      &key start end (value nil value-set-p) from-end collect 




More information about the Elephant-cvs mailing list