]> git.eshelyaron.com Git - emacs.git/commitdiff
(Configuration): Use correct variable in rcirc-authinfo
authorAlex Schroeder <alex@gnu.org>
Sat, 12 Aug 2006 22:24:37 +0000 (22:24 +0000)
committerAlex Schroeder <alex@gnu.org>
Sat, 12 Aug 2006 22:24:37 +0000 (22:24 +0000)
example.

man/rcirc.texi

index fb24a681b7f4d94c9b1f398356ca03cb5d055efd..606e6beea0615552d7ebc4a4b75e660fe96ffd2f 100644 (file)
@@ -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")))