improve docs
This commit is contained in:
parent
d801187d46
commit
3a37e560dc
|
@ -75,10 +75,10 @@
|
|||
.Console/proc-put DEO JMP2r ( ; send character to ispell process )
|
||||
|
||||
@print ( c^ -> )
|
||||
.Console/stdout DEO JMP2r ( ; send character to stdout )
|
||||
.Console/stdout DEO JMP2r ( ; print character to stdout )
|
||||
|
||||
@println ( c^ -> )
|
||||
print #0a .Console/stdout DEO JMP2r ( ; send character and newline to stdout )
|
||||
print #0a .Console/stdout DEO JMP2r ( ; print character and newline to stdout )
|
||||
|
||||
@ispell-cmd "ispell 20 "-a 00 ( ; "ispell -a" )
|
||||
@word-pos $2 ( ; position in word-buf )
|
||||
|
|
Loading…
Reference in New Issue