From 28057bf8668818494da640ff7deab723252e8062 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 10 Mar 2021 11:00:30 -0700 Subject: note limitations of DEFPROPLIST w.r.t. hostattrs Signed-off-by: Sean Whitton --- src/property.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/property.lisp b/src/property.lisp index a4ae9a0..11acab9 100644 --- a/src/property.lisp +++ b/src/property.lisp @@ -183,6 +183,8 @@ as would be bound by (lambda ARGS). The evaluation of PROPERTIES, and the evaluation of any &AUX variables, should not have any side effects. The evaluation will take place in the root Lisp. +In particular, at present, storing or retrieving static informational +attributes is not supported. If the first element of PROPERTIES is a string, it will be considered a docstring for the resulting property. If the first element of PROPERTIES -- cgit v1.2.3