Skip to content

Commit 6e0a4ee

Browse files
committed
Fix missing space in Grimoire prompt
1 parent 3bb5c40 commit 6e0a4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-grimoire.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the
100100
opposite of what that option dictates."
101101
(interactive "P")
102102
(funcall (cider-prompt-for-symbol-function arg)
103-
"Grimoire doc for:"
103+
"Grimoire doc for: "
104104
#'cider-grimoire-lookup))
105105

106106
(provide 'cider-grimoire)

0 commit comments

Comments
 (0)