aboutsummaryrefslogtreecommitdiff
path: root/src/property.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property.lisp')
-rw-r--r--src/property.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property.lisp b/src/property.lisp
index 2727147..e9d5b4f 100644
--- a/src/property.lisp
+++ b/src/property.lisp
@@ -304,7 +304,8 @@ parsing FORMSV and pushing SETPROP keyword argument pairs to plist SLOTSV."
(:report (lambda (condition stream)
(format stream "Calling property ~S,
which has :HOSTATTRS subroutine, programmatically. Use DEFPROPLIST/DEFPROPSPEC
-to avoid trouble."
+to avoid trouble. Use IGNORING-HOSTATTRS to muffle this warning if
+~:*~S does not push any new hostattrs."
(slot-value condition 'property)))))
(defmacro ignoring-hostattrs (form)