diff options
Diffstat (limited to 'src/conditions.lisp')
-rw-r--r-- | src/conditions.lisp | 6 |
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 () ()) |