Skip to content

Commit b429508

Browse files
committed
[#2946] Improve a confusing message
1 parent ea852aa commit b429508

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cider.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,8 +1360,9 @@ canceled the action, signal quit."
13601360
(when session
13611361
(unless (y-or-n-p
13621362
(concat
1363-
"A session with the same parameters exists (" (car session) "). "
1364-
"You can connect a sibling instead. Proceed? "))
1363+
"A session with the same parameters already exists (" (car session) "). "
1364+
"You can connect a sibling REPL to it instead (recommended). "
1365+
"Please, confirm the creation a new session (typing \"no\" will re-use the exising session)."))
13651366
(let ((debug-on-quit nil))
13661367
(signal 'quit nil)))))
13671368
params)

0 commit comments

Comments
 (0)