Merge pull request #287 from jpe90/nits

update docstrings
This commit is contained in:
David Botton 2023-10-03 09:10:25 -04:00 committed by GitHub
commit c11f7d541f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@
;;;;;;;;;;;;;;;;;;;
(defun load-tutorial (num)
"Load tutorial NUM - use (clog-user:start-tutorial)"
"Load tutorial NUM - use (clog:run-tutorial)"
(let ((p (merge-pathnames (format nil "./tutorial/~2,'0d-tutorial.lisp" num)
(asdf:system-source-directory :clog))))
(load p)
@ -82,7 +82,7 @@
;;;;;;;;;;;;;;;
(defun load-demo (num)
"Load demo NUM - use (clog-user:start-demo)"
"Load demo NUM - use (clog:run-demo)"
(let ((p (merge-pathnames (format nil "./demos/~2,'0d-demo.lisp" num)
(asdf:system-source-directory :clog))))
(load p)