summaryrefslogtreecommitdiff
path: root/elisp/geiser-autodoc.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/geiser-autodoc.el')
-rw-r--r--elisp/geiser-autodoc.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/elisp/geiser-autodoc.el b/elisp/geiser-autodoc.el
index 7a63ef4..3c23b32 100644
--- a/elisp/geiser-autodoc.el
+++ b/elisp/geiser-autodoc.el
@@ -74,9 +74,10 @@ when `geiser-autodoc-display-module-p' is on."
(cdr geiser-autodoc--last)
(cdr pr))
(setq geiser-autodoc--last-funs funs)
- (geiser-eval--send `(:gs ((:ge arguments) ,@(mapcar (lambda (f) (list 'quote (car f)))
- funs)))
- 'geiser-autodoc--function-args-cont)
+ (geiser-eval--send
+ `(:eval ((:ge arguments)
+ ,@(mapcar (lambda (f) (list 'quote (car f))) funs)))
+ 'geiser-autodoc--function-args-cont)
""))))
(defun geiser-autodoc--function-args-cont (ret)