summaryrefslogtreecommitdiff
path: root/entity/generics.lisp
diff options
context:
space:
mode:
authorckonstanski <ckonstanski@pippiandcarlos.com>2020-12-22 20:57:44 -0700
committerckonstanski <ckonstanski@pippiandcarlos.com>2020-12-22 20:57:44 -0700
commit4850ffaef859a3f33f03c5500602881e30b1039c (patch)
tree4bcf433abc72ba0c01b4a5ead79081367aada2a9 /entity/generics.lisp
parente5947122bae1115b024be354ace6885cb360037e (diff)
Moved core to its own library
Diffstat (limited to 'entity/generics.lisp')
-rw-r--r--entity/generics.lisp7
1 files changed, 4 insertions, 3 deletions
diff --git a/entity/generics.lisp b/entity/generics.lisp
index e2a050a..b14aa9a 100644
--- a/entity/generics.lisp
+++ b/entity/generics.lisp
@@ -12,9 +12,10 @@ slots whose names match `regex'."))
(defgeneric intersect-slots (entity slots)
(:documentation "Since the built-in `intersect' function does not
-take package name prefixes into account, and since `map-slot-names'
-returns slot names prefixed with the package name, this method was
-written to intersect lists ignoring package prefixes."))
+take package name prefixes into account, and since
+`org-ckons-core::map-slot-names' returns slot names prefixed with the
+package name, this method was written to intersect lists ignoring
+package prefixes."))
(defgeneric get-cn (ldap-user)
(:documentation "Generates the CN of an `ldap-user'. `trivial-ldap'