aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorF. Jason Park2024-06-24 16:04:37 -0700
committerF. Jason Park2024-06-27 06:43:18 -0700
commit233f683da8fa146e3328c96b4cf04211446e026e (patch)
treea9e0286c2c160d36ff22bfaacdf9d0460452e513
parent20a672b3b2b1c3306b26e546380f2902d10931a0 (diff)
downloademacs-233f683da8fa146e3328c96b4cf04211446e026e.tar.gz
emacs-233f683da8fa146e3328c96b4cf04211446e026e.zip
; * lisp/erc/erc-backend.el (erc-server-reconnect-timeout): Doc (bug#71756).
-rw-r--r--lisp/erc/erc-backend.el2
1 files changed, 1 insertions, 1 deletions
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
425request upon reconnecting because they haven't yet noticed that 425request upon reconnecting because they haven't yet noticed that
426your previous connection is dead. If this happens, try setting 426your previous connection is dead. If this happens, try setting
427this value to 120 or greater and/or exploring the option 427this value to 120 or greater and/or exploring the option
428`erc-regain-services-alist', which may provide a more proactive 428`erc-services-regain-alist', which may provide a more proactive
429means of handling this situation on some servers." 429means of handling this situation on some servers."
430 :type 'number) 430 :type 'number)
431 431