branch: elpa/geiser-gauche
commit fbcd9a454c85232ffcc36af0ca87fcc20d8cf5ec
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Minor fix
---
geiser.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geiser.scm b/geiser.scm
index 3bdea1c..819d22b 100644
--- a/geiser.scm
+++ b/geiser.scm
@@ -225,7 +225,7 @@
(remove (^x (and (pair? x)
(string? (car x))
(string= "module" (car
x))))
- (formatted-autodoc sym #f))))))
+ (formatted-autodoc sym mod-name))))))
((or (is-a? obj <macro>)
(is-a? obj <syntax>))
(push! macros (list sym)))