branch: elpa/geiser-gauche
commit dc409192a10451d5fa55740cce6756fd36a702fe
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Correct a comment
---
geiser.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geiser.scm b/geiser.scm
index 58c4a40..7d8e758 100644
--- a/geiser.scm
+++ b/geiser.scm
@@ -34,7 +34,7 @@
(cons (car dl) (dotted-list-head (cdr dl)))
(list (car dl))))
-;; Replace the first leaf of a tree with a coloned version
+;; Return the first leaf of a tree
(define (get-first-leaf tree)
(if (pair? tree)
(get-first-leaf (car tree))