Mercurial > emacs
changeset 72377:5fd25292c118
(Configuration): Use correct variable in rcirc-authinfo
example.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Sat, 12 Aug 2006 22:24:37 +0000 |
parents | c2361074a3c7 |
children | bb66a3271311 |
files | man/rcirc.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/rcirc.texi Sat Aug 12 17:32:00 2006 +0000 +++ b/man/rcirc.texi Sat Aug 12 22:24:37 2006 +0000 @@ -501,7 +501,7 @@ 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")))