Skip to content

Commit 02e1c6b

Browse files
committed
Fix docstring
1 parent 827fbcb commit 02e1c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ Connection options used:
875875
Valid nick names are at least (RFC 1459):
876876
877877
<nick> ::= <letter> { <letter> | <number> | <special> }
878-
<special> ::= '-' | '[' | ']' | '\' | '`' | '^' | '{' | '}'"
878+
<special> ::= '-' | '[' | ']' | '\\' | '`' | '^' | '{' | '}'"
879879
(let ((chars "abcdefghijklmnopqrstuvwxyz"))
880880
(mapconcat (lambda (_)
881881
(make-string 1 (aref chars (random (length chars)))))

0 commit comments

Comments
 (0)