branch: elpa/geiser-gauche
commit 9ffc5bdd3feb22a531db58db3964be341710aa24
Author: András Simonyi <[email protected]>
Commit: András Simonyi <[email protected]>
Add comments
---
geiser-gauche.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/geiser-gauche.el b/geiser-gauche.el
index 948e083..5caa9c3 100644
--- a/geiser-gauche.el
+++ b/geiser-gauche.el
@@ -84,8 +84,8 @@
;; (goto-char (point-max))
;; (insert (format "\nGeiser PROC: %s, ARGS: %s \n" proc args)))
(cl-case proc
- ;; Autodoc makes use of the {{cur-module}} cookie to handle module
- ;; dependence
+ ;; Autodoc (alone) makes use of the {{cur-module}} cookie to pass current
+ ;; module information
((autodoc) (format "(geiser:autodoc %s {{cur-module}})"
(mapconcat 'identity args " ")))
;; Eval and compile are (module) context sensitive