Skip to content

Commit 1c8fb7e

Browse files
committed
Code style
1 parent 0b02b14 commit 1c8fb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-interaction.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,9 @@ Display the results in a different window."
908908
(error "Symbol %s not resolved" var)))
909909

910910
(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'.
911+
"Find definition for VAR at LINE.
913912
913+
Prompt according to prefix ARG and `cider-prompt-for-symbol'.
914914
A single or double prefix argument inverts the meaning of
915915
`cider-prompt-for-symbol. A prefix of `-` or a double prefix argument causes
916916
the results to be displayed in a different window. The default value is

0 commit comments

Comments
 (0)