* 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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue