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

@ -26,7 +26,7 @@
;;; and that events do not wait for previous event handlers to complete. One simple
;;; way to avoid issues is to use the key :one-time t on the set-on-click or other
;;; event, this will turn off the event immediately when the user clicks and can then
;;; set the even again when done handling the event if want to again accept the event.
;;; set the event again when done handling the event if want to again accept the event.
(defun start-tutorial ()
"Start turtorial."
(initialize #'on-new-window)