aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-05-12 09:06:13 -0700
committerGlenn Morris2014-05-12 09:06:13 -0700
commit79e502ca440272836c04ffb9c18acbc1128e5064 (patch)
tree4428b023dde0b54ded0fd6ce50d6b4695a1fccd7
parent400e8286029ef08d2e8a6ab1b2a970c816c4662d (diff)
downloademacs-79e502ca440272836c04ffb9c18acbc1128e5064.tar.gz
emacs-79e502ca440272836c04ffb9c18acbc1128e5064.zip
* lisp/net/rcirc.el (rcirc-reconnect-delay): Add :version.
Defcustoms docs do not need leading "*", for some years.
-rw-r--r--lisp/net/rcirc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el
index 963b5aa12b6..41cc0022fec 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -659,8 +659,9 @@ is non-nil."
659Functions are called with PROCESS and SENTINEL arguments.") 659Functions are called with PROCESS and SENTINEL arguments.")
660 660
661(defcustom rcirc-reconnect-delay 0 661(defcustom rcirc-reconnect-delay 0
662 "*The minimum interval in seconds between reconnect attempts. 662 "The minimum interval in seconds between reconnect attempts.
663When 0, do not auto-reconnect." 663When 0, do not auto-reconnect."
664 :version "24.5"
664 :type 'integer 665 :type 'integer
665 :group 'rcirc) 666 :group 'rcirc)
666 667