guile-pstk

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a823016d6038c66557efc66ac8866a49f34b131e
parent 01d84ab520ec47eef41428132a07bc278649cd23
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 22 Jun 2024 12:52:55 +0300

Add docstring.

Diffstat:
Mpstk.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*