picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 09453567014d5e34afa3c2ccb0bcaa35f9359243
parent 868e0924078d79e477692fcca91a46b1c102e697
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 26 Jan 2011 19:14:31 +0100

Minor correction in the docs
Diffstat:
Mdoc/tut.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/tut.html b/doc/tut.html @@ -136,9 +136,9 @@ whole command, but type "right") repeatedly till you reach the correct position. <p>The key commands in the <i>Command Mode</i> are listed below. Some commands -change the mode back to <i>Insert Mode</i> as indicated in parentheses. Commands -which operate on a "word" take either the current atom (number or symbol), or a -whole expression when the cursor is at a left parenthesis. +change the mode back to <i>Insert Mode</i> as indicated in parentheses. Deleting +or changing a "word" take either the current atom (number or symbol), or a whole +expression when the cursor is at a left parenthesis. <p><ul> <li><code>k</code> - Go up one line