mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
* lisp/net/rcirc.el (rcirc-reconnect-delay): Add :version.
Defcustoms docs do not need leading "*", for some years.
This commit is contained in:
parent
400e828602
commit
79e502ca44
@ -659,8 +659,9 @@ is non-nil."
|
||||
Functions are called with PROCESS and SENTINEL arguments.")
|
||||
|
||||
(defcustom rcirc-reconnect-delay 0
|
||||
"*The minimum interval in seconds between reconnect attempts.
|
||||
"The minimum interval in seconds between reconnect attempts.
|
||||
When 0, do not auto-reconnect."
|
||||
:version "24.5"
|
||||
:type 'integer
|
||||
:group 'rcirc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user