1
0
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:
Glenn Morris 2014-05-12 09:06:13 -07:00
parent 400e828602
commit 79e502ca44

View File

@ -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)