commit a823016d6038c66557efc66ac8866a49f34b131e parent 01d84ab520ec47eef41428132a07bc278649cd23 Author: Yuval Langer <yuval.langer@gmail.com> Date: Sat, 22 Jun 2024 12:52:55 +0300 Add docstring. Diffstat:
M | pstk.scm | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pstk.scm b/pstk.scm @@ -637,6 +637,7 @@ term)) (define (wish . arguments) + "Send ARGUMENTS to wish. Each argument in its own line." (for-each (lambda (argument) (when *wish-debug-input*