
25 Jan
2006
25 Jan
'06
7:25 p.m.
Update of /project/pg/cvsroot/pg In directory common-lisp:/tmp/cvs-serv24995 Modified Files: pg.lisp Log Message: fix typo in pg-close-portal documentation --- /project/pg/cvsroot/pg/pg.lisp 2005/07/17 15:48:06 1.5 +++ /project/pg/cvsroot/pg/pg.lisp 2006/01/25 19:25:46 1.6 @@ -204,7 +204,7 @@ (defgeneric pg-close-portal (connection portal) (:documentation - "Closes a prepared statement")) + "Closes a prepared statement portal")) (defgeneric pglo-read (connection fd bytes) (:documentation