summaryrefslogtreecommitdiff
path: root/lisp/sql/generics.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/sql/generics.lisp')
-rw-r--r--lisp/sql/generics.lisp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/sql/generics.lisp b/lisp/sql/generics.lisp
index 48c50c7..fea632a 100644
--- a/lisp/sql/generics.lisp
+++ b/lisp/sql/generics.lisp
@@ -88,8 +88,9 @@ session."))
(:documentation "Creates a new user session and returns the
sessionid."))
-(defgeneric get-about-us (record-pkg)
- (:documentation "Gets the one and only general.about_us record."))
+(defgeneric get-about-us (record-pkg category)
+ (:documentation "Gets the one and only general.about_us record with the given
+`category'."))
(defgeneric get-testimonials (record-pkg)
(:documentation "Gets the one and only general.testimonials record."))