diff options
| author | F. Jason Park | 2024-06-24 16:04:37 -0700 |
|---|---|---|
| committer | F. Jason Park | 2024-06-27 06:43:18 -0700 |
| commit | 233f683da8fa146e3328c96b4cf04211446e026e (patch) | |
| tree | a9e0286c2c160d36ff22bfaacdf9d0460452e513 | |
| parent | 20a672b3b2b1c3306b26e546380f2902d10931a0 (diff) | |
| download | emacs-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.el | 2 |
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 | |||
| 425 | request upon reconnecting because they haven't yet noticed that | 425 | request upon reconnecting because they haven't yet noticed that |
| 426 | your previous connection is dead. If this happens, try setting | 426 | your previous connection is dead. If this happens, try setting |
| 427 | this value to 120 or greater and/or exploring the option | 427 | this 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 |
| 429 | means of handling this situation on some servers." | 429 | means of handling this situation on some servers." |
| 430 | :type 'number) | 430 | :type 'number) |
| 431 | 431 | ||