src/method-impl.lisp, etc.: Add a `readonly' message property.
[sod] / src / method-proto.lisp
index ed15ff2..e72044e 100644 (file)
@@ -54,7 +54,7 @@
   (:documentation
    "Return the type of the `me' argument in a MESSAGE received by CLASS.
 
-   Typically this will just be `CLASS *'."))
+   Typically this will just be `CLASS *' or `const CLASS *'."))
 
 (export 'sod-message-applicable-methods)
 (defgeneric sod-message-applicable-methods (message class)