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

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

[nongnu] elpa/geiser-gauche 19d6d41 112/119: Comment update


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-gauche 19d6d41 112/119: Comment update
Date: Sun, 1 Aug 2021 18:28:07 -0400 (EDT)

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

    Comment update
---
 geiser-gauche.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geiser-gauche.scm b/geiser-gauche.scm
index cc92703..7744926 100644
--- a/geiser-gauche.scm
+++ b/geiser-gauche.scm
@@ -101,11 +101,11 @@
         (strings (map symbol->string symbols)))
     (filter! (cut string-prefix? prefix <>) strings)))
 
-;;; Return the list of symbols defined by MODULE
+;;; Return the list of symbols defined by MODULE.
 (define (module-symbols module)
   (hash-table-keys (module-table module)))
 
-;;; Return the list of symbols visible from MODULE   
+;;; Return the list of symbols visible from MODULE.
 (define (module-visible-symbols module)
   (let* ((imports (module-imports module))
         (inherits (module-precedence-list module))



reply via email to

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