branch: externals/crdt commit c10b38e8e09f98b9c681afa87d8a08f97bfb31c1 Author: Qiantan Hong <qh...@mit.edu> Commit: Qiantan Hong <qh...@mit.edu>
shorten string when ask for stop session confirmation --- crdt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crdt.el b/crdt.el index 01e6e6d..89af982 100644 --- a/crdt.el +++ b/crdt.el @@ -1382,7 +1382,7 @@ Disconnect if it's a client session, or stop serving if it's a server session." (when (if (and crdt-confirm-stop-session (crdt--server-p session) (crdt--session-network-clients session)) - (yes-or-no-p "There are clients connected to this session, disconnect them and stop the session anyway? ") + (yes-or-no-p "There are yet connected clients. Stop session? ") t) (dolist (client (crdt--session-network-clients session)) (when (process-live-p client)