improve docs

This commit is contained in:
~d6 2023-12-03 22:16:17 -05:00
parent d801187d46
commit 3a37e560dc
1 changed files with 2 additions and 2 deletions

View File

@ -75,10 +75,10 @@
.Console/proc-put DEO JMP2r ( ; send character to ispell process ) .Console/proc-put DEO JMP2r ( ; send character to ispell process )
@print ( c^ -> ) @print ( c^ -> )
.Console/stdout DEO JMP2r ( ; send character to stdout ) .Console/stdout DEO JMP2r ( ; print character to stdout )
@println ( c^ -> ) @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" ) @ispell-cmd "ispell 20 "-a 00 ( ; "ispell -a" )
@word-pos $2 ( ; position in word-buf ) @word-pos $2 ( ; position in word-buf )