about summary refs log tree commit diff stats
path: root/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-12 11:51:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-12 11:51:37 -0700
commit7169c636272a71a9f18d6c90e458c8089346c1fe (patch)
treeba5bd34b18bbb4134de8eab272b8ccb39f1a316a /edit
parent5cee556294afda23b0cce20afa365798f5ffbccc (diff)
downloadmu-7169c636272a71a9f18d6c90e458c8089346c1fe.tar.gz
2182
Diffstat (limited to 'edit')
-rw-r--r--edit/004-programming-environment.mu2
-rw-r--r--edit/005-sandbox.mu2
2 files changed, 1 insertions, 3 deletions
diff --git a/edit/004-programming-environment.mu b/edit/004-programming-environment.mu
index 5b6751aa..0f576ea6 100644
--- a/edit/004-programming-environment.mu
+++ b/edit/004-programming-environment.mu
@@ -442,7 +442,7 @@ recipe render-sandbox-side [
   row:number, column:number, screen, current-sandbox <- render screen, current-sandbox
   clear-line-delimited screen, column, right
   row <- add row, 1
-  # draw solid line after recipes (you'll see why in later layers)
+  # draw solid line after code (you'll see why in later layers)
   draw-horizontal screen, row, left, right, 9473/horizontal
   row <- add row, 1
   clear-screen-from screen, row, left, left, right
diff --git a/edit/005-sandbox.mu b/edit/005-sandbox.mu
index 2547569d..adf39f6a 100644
--- a/edit/005-sandbox.mu
+++ b/edit/005-sandbox.mu
@@ -96,8 +96,6 @@ scenario run-and-show-results [
   ]
 ]
 
-# hook into event-loop recipe: read non-unicode keypress from k, process it if
-# necessary, then go to next level
 after <global-keypress> [
   # F4? load all code and run all sandboxes.
   {