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

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

[nongnu] elpa/geiser-gauche dc40919 026/119: Correct a comment


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche dc40919 026/119: Correct a comment
Date: Sun, 1 Aug 2021 18:27:51 -0400 (EDT)

branch: elpa/geiser-gauche
commit dc409192a10451d5fa55740cce6756fd36a702fe
Author: András Simonyi <andras.simonyi@gmail.com>
Commit: András Simonyi <andras.simonyi@gmail.com>

    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))



reply via email to

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