summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elisp/geiser-autodoc.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/elisp/geiser-autodoc.el b/elisp/geiser-autodoc.el
index db3b351..39dc636 100644
--- a/elisp/geiser-autodoc.el
+++ b/elisp/geiser-autodoc.el
@@ -89,7 +89,8 @@ when `geiser-autodoc-display-module-p' is on."
(and (symbolp current)
(listp a)
(eq current (car a))))
- (put-text-property p (point) 'face 'geiser-font-lock-autodoc-current-arg)
+ (put-text-property p (point)
+ 'face 'geiser-font-lock-autodoc-current-arg)
(setq pos nil current nil)))
(insert " "))
(when args (backward-char))
@@ -140,7 +141,8 @@ when `geiser-autodoc-display-module-p' is on."
(buffer-string)))))
(defun geiser-autodoc--autodoc (path &optional keep-cached)
- (let ((signs (geiser-autodoc--get-signatures (mapcar 'car path) keep-cached))
+ (let ((signs (geiser-autodoc--get-signatures (mapcar 'car path)
+ keep-cached))
(p (car path))
(s))
(while (and path (not s))