branch: elpa/geiser-gauche
commit 19d6d41ab2a256f30d7ca368a7cd53caf49276b6
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
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))