commit 50592e329859b2d96a46bd4cbb039fd8f40d3f80
parent 71ee91d3bae042b1e67296808fc0689532d9459f
Author: Alexander Burger <abu@software-lab.de>
Date: Tue, 1 Nov 2011 11:51:15 +0100
Documentation updates
Diffstat:
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/refE.html b/doc/refE.html
@@ -163,8 +163,9 @@ the changes should be persistent.
href="ref_.html#!">!</a></code> breakpoints at arbitrary code locations, or
doing other temporary changes to the code for debugging purposes.
-<p>See also <code><a href="refU.html#update">update</a></code> and <code><a
-href="refS.html#show">show</a></code>.
+<p>See also <code><a href="refU.html#update">update</a></code>, <code><a
+href="refS.html#show">show</a></code> and <code><a
+href="refV.html#vi">vi</a></code>.
<pre><code>
: (edit (db 'nr '+Item 1)) # Edit a database symbol
diff --git a/doc/refV.html b/doc/refV.html
@@ -106,7 +106,7 @@ $ pil -version
<code>sym</code>. A call to <code><a href="refL.html#ld">ld</a></code>
thereafter will <code><a href="refL.html#load">load</a></code> the modified
file. See also <code><a href="refD.html#doc">doc</a></code>, <code><a
-href="refP.html#pp">pp</a></code>, <code><a
+href="refE.html#edit">edit</a></code>, <code><a
href="refD.html#*Dbg">*Dbg</a></code>, <code><a
href="refD.html#debug">debug</a></code> and <code><a
href="refP.html#pp">pp</a></code>.