about summary refs log tree commit diff stats
path: root/html/edit/008-sandbox-edit.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/008-sandbox-edit.mu.html
parentfc97f6670d3094f1a5f213ec3a3f7134a14ddadd (diff)
downloadmu-8a92572df505eab170912e082e085301e7fecddd.tar.gz
3983
Diffstat (limited to 'html/edit/008-sandbox-edit.mu.html')
-rw-r--r--html/edit/008-sandbox-edit.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/008-sandbox-edit.mu.html b/html/edit/008-sandbox-edit.mu.html
index 417a4d65..4c8025ab 100644
--- a/html/edit/008-sandbox-edit.mu.html
+++ b/html/edit/008-sandbox-edit.mu.html
@@ -193,7 +193,7 @@ if ('onhashchange' in window) {
 <span id="L131" class="LineNr">131 </span>  assert first-sandbox, <span class="Constant">[!!]</span>
 <span id="L132" class="LineNr">132 </span>  sandbox-left-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">left:offset</span>
 <span id="L133" class="LineNr">133 </span>  sandbox-right-margin:num <span class="Special">&lt;-</span> get *first-sandbox, <span class="Constant">right:offset</span>
-<span id="L134" class="LineNr">134 </span>  edit-button-left:num, edit-button-right:num, _ <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L381'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin
+<span id="L134" class="LineNr">134 </span>  edit-button-left:num, edit-button-right:num, _ <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L378'>sandbox-menu-columns</a> sandbox-left-margin, sandbox-right-margin
 <span id="L135" class="LineNr">135 </span>  edit-button-vertical-area?:bool <span class="Special">&lt;-</span> <a href='006-sandbox-copy.mu.html#L211'>within-range?</a> click-column, edit-button-left, edit-button-right
 <span id="L136" class="LineNr">136 </span>  <span class="muControl">return-unless</span> edit-button-vertical-area?, <span class="Constant">0/false</span>
 <span id="L137" class="LineNr">137 </span>  <span class="Comment"># finally, is sandbox editor empty?</span>