about summary refs log tree commit diff stats
path: root/html/edit/004-programming-environment.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-08-22 09:50:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-08-22 09:50:06 -0700
commit8a92572df505eab170912e082e085301e7fecddd (patch)
tree9db133bf1f048de9f146dfabda21c1736510e01e /html/edit/004-programming-environment.mu.html
parentfc97f6670d3094f1a5f213ec3a3f7134a14ddadd (diff)
downloadmu-8a92572df505eab170912e082e085301e7fecddd.tar.gz
3983
Diffstat (limited to 'html/edit/004-programming-environment.mu.html')
-rw-r--r--html/edit/004-programming-environment.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/004-programming-environment.mu.html b/html/edit/004-programming-environment.mu.html
index 224a5779..e6eac4eb 100644
--- a/html/edit/004-programming-environment.mu.html
+++ b/html/edit/004-programming-environment.mu.html
@@ -483,7 +483,7 @@ if ('onhashchange' in window) {
 <span id="L420" class="LineNr">420 </span>  <span class="Comment">#</span>
 <span id="L421" class="LineNr">421 </span>  <a href='../081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L431'>render-recipes</a> <a href='../081print.mu.html#L16'>screen</a>, env, render-editor
 <span id="L422" class="LineNr">422 </span>  <a href='../081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L16'>screen</a>, env, render-editor
-<span id="L423" class="LineNr">423 </span>  <span class="Constant"><a href='004-programming-environment.mu.html#L423'>&lt;render-components-end&gt;</a></span>  <span class="Comment"># no early returns permitted</span>
+<span id="L423" class="LineNr">423 </span>  <span class="Constant"><a href='004-programming-environment.mu.html#L423'>&lt;end-render-components&gt;</a></span>  <span class="Comment"># no early returns permitted</span>
 <span id="L424" class="LineNr">424 </span>  <span class="Comment">#</span>
 <span id="L425" class="LineNr">425 </span>  recipes:&amp;:editor <span class="Special">&lt;-</span> get *env, <span class="Constant">recipes:offset</span>
 <span id="L426" class="LineNr">426 </span>  current-sandbox:&amp;:editor <span class="Special">&lt;-</span> get *env, <span class="Constant">current-sandbox:offset</span>
@@ -503,7 +503,7 @@ if ('onhashchange' in window) {
 <span id="L440" class="LineNr">440 </span>  row:num, column:num, <a href='../081print.mu.html#L16'>screen</a> <span class="Special">&lt;-</span> call render-editor, <a href='../081print.mu.html#L16'>screen</a>, recipes
 <span id="L441" class="LineNr">441 </span>  <a href='../081print.mu.html#L553'>clear-line-until</a> <a href='../081print.mu.html#L16'>screen</a>, right
 <span id="L442" class="LineNr">442 </span>  row <span class="Special">&lt;-</span> add row,<span class="Constant"> 1</span>
-<span id="L443" class="LineNr">443 </span><span class="Constant">  <a href='004-programming-environment.mu.html#L443'>&lt;render-recipe-components-end&gt;</a></span>
+<span id="L443" class="LineNr">443 </span><span class="Constant">  <a href='004-programming-environment.mu.html#L443'>&lt;end-render-recipe-components&gt;</a></span>
 <span id="L444" class="LineNr">444 </span>  <span class="Comment"># draw dotted line after recipes</span>
 <span id="L445" class="LineNr">445 </span>  <a href='002-typing.mu.html#L1116'>draw-horizontal</a> <a href='../081print.mu.html#L16'>screen</a>, row, left, right, <span class="Constant">9480/horizontal-dotted</span>
 <span id="L446" class="LineNr">446 </span>  row <span class="Special">&lt;-</span> add row,<span class="Constant"> 1</span>