X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fpackage.lisp;h=e10f34d5ef8154f7561c3c35ccb7439184d3afdd;hp=ef691b7f67b7771a2a9f7c092e23111b7c1f92bc;hb=5a6f424f3c8920f8f11bbf1e3aed6b4c2c7e6af8;hpb=cd2d370ae162457d420af3c1e9589ef0145ee5a1 diff --git a/sql/package.lisp b/sql/package.lisp index ef691b7..e10f34d 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -9,7 +9,7 @@ ;;;; Description ========================================================== ;;;; ====================================================================== ;;;; -;;;; Package definitions for CLSQL-USQL. +;;;; Package definitions for CLSQL. ;;;; ;;;; ====================================================================== @@ -252,7 +252,7 @@ :database-attribute-type . - ;; Shared exports for re-export by USQL. + ;; Shared exports for re-export by CLSQL. ;; I = Implemented, D = Documented ;; name file ID ;;==================================================== @@ -388,7 +388,7 @@ . #1# )) - (:documentation "This is the INTERNAL SQL-Interface package of USQL.")) + (:documentation "This is the INTERNAL SQL-Interface package of CLSQL.")) ;; see http://thread.gmane.org/gmane.lisp.lispworks.general/681 @@ -400,7 +400,7 @@ (:use #:common-lisp) (:import-from :clsql-sys . #2#) (:export . #2#) - (:documentation "This is the SQL-Interface package of USQL.")) + (:documentation "This is the SQL-Interface package of CLSQL.")) ;; This is from USQL's pcl-patch #+(or clsql-sbcl-pcl clsql-cmucl-pcl)