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 0b02b14 commit 1c8fb7eCopy full SHA for 1c8fb7e
cider-interaction.el
@@ -908,9 +908,9 @@ Display the results in a different window."
908
(error "Symbol %s not resolved" var)))
909
910
(defun cider-find-var (&optional arg var line)
911
- "Find definition for VAR at LINE. Prompt according to prefix ARG
912
-and `cider-prompt-for-symbol'.
+ "Find definition for VAR at LINE.
913
+Prompt according to prefix ARG and `cider-prompt-for-symbol'.
914
A single or double prefix argument inverts the meaning of
915
`cider-prompt-for-symbol. A prefix of `-` or a double prefix argument causes
916
the results to be displayed in a different window. The default value is
0 commit comments