; * lisp/erc/erc-backend.el (erc-server-reconnect-timeout): Doc (bug#71756).

This commit is contained in:
F. Jason Park 2024-06-24 16:04:37 -07:00
parent 20a672b3b2
commit 233f683da8

View file

@ -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 request upon reconnecting because they haven't yet noticed that
your previous connection is dead. If this happens, try setting your previous connection is dead. If this happens, try setting
this value to 120 or greater and/or exploring the option 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." means of handling this situation on some servers."
:type 'number) :type 'number)