mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix erc-server-prevent-duplicates :type
* lisp/erc/erc-backend.el (erc-server-prevent-duplicates): Change :type to allow a variable-length list of strings. (Bug#66456)
This commit is contained in:
parent
239db5d516
commit
cdf369b012
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ It should take same arguments as `open-network-stream' does."
|
|||
"Either nil or a list of strings.
|
||||
Each string is a IRC message type, like PRIVMSG or NOTICE.
|
||||
All Message types in that list of subjected to duplicate prevention."
|
||||
:type '(choice (const nil) (list string)))
|
||||
:type '(repeat string))
|
||||
|
||||
(defcustom erc-server-duplicate-timeout 60
|
||||
"The time allowed in seconds between duplicate messages.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue