Mercurial > emacs
changeset 71226:a6a1e9e44f8b
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Fix typo.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Mon, 05 Jun 2006 11:55:28 +0000 |
parents | aa6eaf713f4f |
children | 33251672fc28 |
files | man/ChangeLog man/url.texi |
diffstat | 2 files changed, 13 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/ChangeLog Mon Jun 05 11:50:40 2006 +0000 +++ b/man/ChangeLog Mon Jun 05 11:55:28 2006 +0000 @@ -1,5 +1,8 @@ 2006-06-05 Romain Francoise <romain@orebokech.com> + * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'. + Fix typo. + * gnus-faq.texi (Question 8.6): Update reference to the Gnus channel (#gnus@irc.freenode.net). Fix typos. Update copyright notice.
--- a/man/url.texi Mon Jun 05 11:50:40 2006 +0000 +++ b/man/url.texi Mon Jun 05 11:55:28 2006 +0000 @@ -559,6 +559,8 @@ @cindex IRC @cindex Internet Relay Chat @cindex ZEN IRC +@cindex ERC +@cindex rcirc @c Fixme: reference (was http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt) @dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc} session to a function named in @code{url-irc-function}. @@ -569,8 +571,14 @@ must take five arguments, @var{host}, @var{port}, @var{channel}, @var{user} and @var{password}. The @var{channel} argument specifies the channel to join immediately, this can be @code{nil}. By default this is -@code{url-irc-zenirc}. +@code{url-irc-rcirc}. @end defopt +@defun url-irc-rcirc host port channel user password +Processes the arguments and lets @code{rcirc} handle the session. +@end defun +@defun url-irc-erc host port channel user password +Processes the arguments and lets @code{ERC} handle the session. +@end defun @defun url-irc-zenirc host port channel user password Processes the arguments and lets @code{zenirc} handle the session. @end defun @@ -934,7 +942,7 @@ Host to @samp{rlogin} to before telnetting out. @end defopt @defopt url-gateway-rlogin-parameters -Parametres to pass to @samp{rsh}. +Parameters to pass to @samp{rsh}. @end defopt @defopt url-gateway-rlogin-user-name User name to use when logging in to the gateway.