Skip to content

Commit 3581df7

Browse files
committed
Tweak a docstring
1 parent 71fd562 commit 3581df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ With a prefix argument, prompt for function to run instead of -main."
230230
"0.21.0")
231231

232232
(defcustom cider-switch-to-repl-on-insert t
233-
"Whether to switch to the repl when inserting a form into the repl."
233+
"Whether to switch to the REPL when inserting a form into the REPL."
234234
:type 'boolean
235235
:group 'cider
236236
:package-version '(cider . "0.21.0"))

0 commit comments

Comments
 (0)