Minor updates to comments.

This commit is contained in:
David Botton 2021-11-02 21:48:31 -04:00
parent aca581216d
commit a31218ba3d
13 changed files with 32 additions and 20 deletions

View file

@ -8,7 +8,7 @@
;; Using connection-data-item it is possible to pass data that
;; is specific to an instance of a CLOG app. The connection
;; data items are accessible from every clog-object on the
;; same connection.
;; same connection and are thread safe.
(setf (color (connection-data-item obj "changer")) "green"))
(defun on-new-window (body)