about summary refs log tree commit diff stats
path: root/html/edit/003-shortcuts.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/003-shortcuts.mu.html')
-rw-r--r--html/edit/003-shortcuts.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/003-shortcuts.mu.html b/html/edit/003-shortcuts.mu.html
index 2d38ce45..cc983a99 100644
--- a/html/edit/003-shortcuts.mu.html
+++ b/html/edit/003-shortcuts.mu.html
@@ -1745,7 +1745,7 @@ if ('onhashchange' in window) {
 <span id="L1683" class="LineNr">1683 </span>  <span class="Conceal">¦</span> buf <span class="Special">&lt;-</span> append buf, c
 <span id="L1684" class="LineNr">1684 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L1685" class="LineNr">1685 </span>  <span class="Delimiter">}</span>
-<span id="L1686" class="LineNr">1686 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L353'>buffer-to-array</a> buf
+<span id="L1686" class="LineNr">1686 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L344'>buffer-to-array</a> buf
 <span id="L1687" class="LineNr">1687 </span>  <a href='003-shortcuts.mu.html#L1719'>render-code</a> <a href='../081print.mu.html#L4'>screen</a>, curr-line, curr-column, right, curr-row
 <span id="L1688" class="LineNr">1688 </span>  <span class="muControl">return</span> <span class="Constant">0/dont-render</span>
 <span id="L1689" class="LineNr">1689 </span>]
@@ -1995,7 +1995,7 @@ if ('onhashchange' in window) {
 <span id="L1933" class="LineNr">1933 </span>  <span class="Conceal">¦</span> buf <span class="Special">&lt;-</span> append buf, c
 <span id="L1934" class="LineNr">1934 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L1935" class="LineNr">1935 </span>  <span class="Delimiter">}</span>
-<span id="L1936" class="LineNr">1936 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L353'>buffer-to-array</a> buf
+<span id="L1936" class="LineNr">1936 </span>  curr-line:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L344'>buffer-to-array</a> buf
 <span id="L1937" class="LineNr">1937 </span>  curr-row:num <span class="Special">&lt;-</span> get *editor, <span class="Constant">cursor-row:offset</span>
 <span id="L1938" class="LineNr">1938 </span>  <a href='003-shortcuts.mu.html#L1719'>render-code</a> <a href='../081print.mu.html#L4'>screen</a>, curr-line, curr-column, right, curr-row
 <span id="L1939" class="LineNr">1939 </span>  <span class="muControl">return</span> <span class="Constant">0/dont-render</span>