doc updates

This commit is contained in:
David Botton 2024-05-30 14:43:08 -04:00
parent 2343bd6661
commit 22ffddeaf6
4 changed files with 69 additions and 11 deletions

View file

@ -34,7 +34,7 @@ replaced. (Exported)"
(list r)))))
(defun add-inspector (name func)
"Add a custom inspector with NAME and (FUNC symbol title value clog-obj)"
"Add a custom inspector with NAME and (FUNC object title value clog-obj)"
(push (list :name name :func func) *inspectors*))
(defun reset-control-pallete (panel)