From 233f683da8fa146e3328c96b4cf04211446e026e Mon Sep 17 00:00:00 2001 From: "F. Jason Park" Date: Mon, 24 Jun 2024 16:04:37 -0700 Subject: [PATCH] ; * lisp/erc/erc-backend.el (erc-server-reconnect-timeout): Doc (bug#71756). --- lisp/erc/erc-backend.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index a75ceffb6c8..01213c9724d 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el @@ -425,7 +425,7 @@ If this value is too low, servers may reject your initial nick request upon reconnecting because they haven't yet noticed that your previous connection is dead. If this happens, try setting this value to 120 or greater and/or exploring the option -`erc-regain-services-alist', which may provide a more proactive +`erc-services-regain-alist', which may provide a more proactive means of handling this situation on some servers." :type 'number)