summaryrefslogtreecommitdiff
path: root/src/conditions.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/conditions.lisp')
-rw-r--r--src/conditions.lisp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/conditions.lisp b/src/conditions.lisp
index 290d999..99b56f2 100644
--- a/src/conditions.lisp
+++ b/src/conditions.lisp
@@ -15,7 +15,11 @@
(in-package :eris)
-(define-constant +eris-revision+ "1.0" :test #'equalp)
+(define-constant +eris-revision+ "1.0"
+ :test #'equalp
+ :documentation
+ "String constant indicating the ERIS standard revision supported by this
+implementation.")
(define-condition eris-condition () ())