Skip to content

Commit 91ba03b

Browse files
committed
correct nokolisp command descriptions
1 parent 354d92e commit 91ba03b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ root expression.
306306

307307
Paren commands are letters (need to verify):
308308

309-
| Paren Command | Description |
310-
|:--------------|:--------------------------------|
311-
| `a` | wrap in parens |
312-
| `r` | remove parens |
313-
| `w` | extend paren to next expression |
314-
| `c` | push last element out of paren |
309+
| Paren Command | Description |
310+
|:--------------|:-------------------------------|
311+
| `a` | wrap |
312+
| `r` | unwrap |
313+
| `w` | join with next line, then wrap |
314+
| `c` | extend parens to next line |
315315

316316
## Maclisp
317317

0 commit comments

Comments
 (0)