emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/geiser-chibi c7beaf1 17/38: Fix a comment typo.


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-chibi c7beaf1 17/38: Fix a comment typo.
Date: Sun, 1 Aug 2021 18:26:17 -0400 (EDT)

branch: elpa/geiser-chibi
commit c7beaf1909debbc8f4d4cedd1f976c591d2849db
Author: Lockywolf <lockywolf@gmail.com>
Commit: Lockywolf <lockywolf@gmail.com>

    Fix a comment typo.
---
 scheme/chibi/geiser/geiser.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scheme/chibi/geiser/geiser.scm b/scheme/chibi/geiser/geiser.scm
index f8d09ad..20ff2cd 100644
--- a/scheme/chibi/geiser/geiser.scm
+++ b/scheme/chibi/geiser/geiser.scm
@@ -172,7 +172,7 @@
 ; The reason this function used  a (let), not a (begin) is that (begin)
 ; for some reason does not allow (display)s inside. It 
 ; works in xfce4-terminal, but not here. I decided not to
-; debug it, since (do) "just worked". TODO.
+; debug it, since (let () ) "just worked". TODO.
   
   (if (pair? node)
        (let ((result



reply via email to

[Prev in Thread] Current Thread [Next in Thread]