From 19c0c8baac6469a22a3a9358b00c9cefd8f677c2 Mon Sep 17 00:00:00 2001 From: David Botton Date: Thu, 5 Sep 2024 21:43:11 -0400 Subject: [PATCH] update doc on destroy-children --- source/clog-element.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/clog-element.lisp b/source/clog-element.lisp index 8700e8e..5d55380 100644 --- a/source/clog-element.lisp +++ b/source/clog-element.lisp @@ -164,7 +164,8 @@ after attachment is changed to one unique to this session.")) (defgeneric destroy-children (clog-element) (:documentation "Destroy all children in DOM contained with in CLOG-ELEMENT -and run a BROWSER-GC")) +and run a BROWSER-GC. See also clog-connect:*browser-gc-on-ping* if using this +often.")) (defmethod destroy-children ((obj clog-element)) (setf (inner-html obj) "")