Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
79e502ca
Commit
79e502ca
authored
May 12, 2014
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/net/rcirc.el (rcirc-reconnect-delay): Add :version.
Defcustoms docs do not need leading "*", for some years.
parent
400e8286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/net/rcirc.el
lisp/net/rcirc.el
+2
-1
No files found.
lisp/net/rcirc.el
View file @
79e502ca
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment