mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Merge pull request #439 from proehlen/main
fix: misspelling of "tutorial" in various files
This commit is contained in:
commit
c653f63cea
4 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
;;; exist, take a look through the CLOG manual or the file clog-element.lisp
|
;;; exist, take a look through the CLOG manual or the file clog-element.lisp
|
||||||
|
|
||||||
(defun start-tutorial () ; Define the function called start-tutorial
|
(defun start-tutorial () ; Define the function called start-tutorial
|
||||||
"Start turtorial." ; Optional docstring to describe function
|
"Start tutorial." ; Optional docstring to describe function
|
||||||
|
|
||||||
;; Initialize the CLOG system
|
;; Initialize the CLOG system
|
||||||
(initialize #'on-new-window)
|
(initialize #'on-new-window)
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,6 @@
|
||||||
(scroll-to (window body) 0 (height body))))))))
|
(scroll-to (window body) 0 (height body))))))))
|
||||||
|
|
||||||
(defun start-tutorial ()
|
(defun start-tutorial ()
|
||||||
"Start turtorial."
|
"Start tutorial."
|
||||||
(initialize 'on-new-window)
|
(initialize 'on-new-window)
|
||||||
(open-browser))
|
(open-browser))
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,6 @@
|
||||||
;;; But... notice what happens once syncing is on the next event doesn't hit until
|
;;; But... notice what happens once syncing is on the next event doesn't hit until
|
||||||
;;; SLEEP returns.
|
;;; SLEEP returns.
|
||||||
(defun start-tutorial ()
|
(defun start-tutorial ()
|
||||||
"Start turtorial."
|
"Start tutorial."
|
||||||
(initialize 'on-new-window)
|
(initialize 'on-new-window)
|
||||||
(open-browser))
|
(open-browser))
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@
|
||||||
(create-web-code main :content
|
(create-web-code main :content
|
||||||
";; This is a code block<br>
|
";; This is a code block<br>
|
||||||
(defun start-tutorial ()<br>
|
(defun start-tutorial ()<br>
|
||||||
\"Start turtorial.\"<br>
|
\"Start tutorial.\"<br>
|
||||||
(initialize 'on-new-window)<br>
|
(initialize 'on-new-window)<br>
|
||||||
(open-browser))")))
|
(open-browser))")))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue