From 3a37e560dc27ec19e7482993e8c0ce2a0d546166 Mon Sep 17 00:00:00 2001 From: d_m Date: Sun, 3 Dec 2023 22:16:17 -0500 Subject: [PATCH] improve docs --- test/ispell.tal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ispell.tal b/test/ispell.tal index 9b695c0..d992e14 100644 --- a/test/ispell.tal +++ b/test/ispell.tal @@ -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 )