We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f9e2e commit 0eaeaf4Copy full SHA for 0eaeaf4
cider-interaction.el
@@ -488,7 +488,7 @@ Invert meaning of `cider-prompt-for-symbol' if PREFIX indicates it should be."
488
Optionally open it in a different window if OTHER-WINDOW is truthy."
489
(if-let* ((path (cider-sync-request:ns-path ns)))
490
(cider-jump-to (cider-find-file path) nil other-window)
491
- (user-error "Can't find %s" ns)))
+ (user-error "Can't find namespace `%s'" ns)))
492
493
(defun cider-find-ns (&optional arg ns)
494
"Find the file containing NS.
0 commit comments