mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Minor updates to comments.
This commit is contained in:
parent
aca581216d
commit
a31218ba3d
13 changed files with 32 additions and 20 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue