aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/rcirc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/rcirc.texi b/man/rcirc.texi
index fb24a681b7f..606e6beea06 100644
--- a/man/rcirc.texi
+++ b/man/rcirc.texi
@@ -501,7 +501,7 @@ by the arguments this method requires.
501Here is an example to illustrate how you would set it: 501Here is an example to illustrate how you would set it:
502 502
503@example 503@example
504(setq rcirc-startup-channels-alist 504(setq rcirc-authinfo
505 '(("freenode" nickserv "bob" "p455w0rd") 505 '(("freenode" nickserv "bob" "p455w0rd")
506 ("freenode" chanserv "bob" "#bobland" "passwd99") 506 ("freenode" chanserv "bob" "#bobland" "passwd99")
507 ("bitlbee" bitlbee "robert" "sekrit"))) 507 ("bitlbee" bitlbee "robert" "sekrit")))