From: Alex Schroeder Date: Sat, 12 Aug 2006 22:24:37 +0000 (+0000) Subject: (Configuration): Use correct variable in rcirc-authinfo X-Git-Tag: emacs-pretest-22.0.90~1017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e96b005100958dcea4bf850e66a965ae05d5469d;p=emacs.git (Configuration): Use correct variable in rcirc-authinfo example. --- 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. Here is an example to illustrate how you would set it: @example -(setq rcirc-startup-channels-alist +(setq rcirc-authinfo '(("freenode" nickserv "bob" "p455w0rd") ("freenode" chanserv "bob" "#bobland" "passwd99") ("bitlbee" bitlbee "robert" "sekrit")))