diff options
author | Romain Francoise <romain@orebokech.com> | 2006-06-05 11:55:28 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-06-05 11:55:28 +0000 |
commit | 420b775e778d604911a42ba9a56705ec0b8cabe0 (patch) | |
tree | 95963eadc84cbbe09e3a757716086d42a058ed53 /man/url.texi | |
parent | 3e26254b4850412b5a15f7bdcbd28a0caa6bf2eb (diff) | |
download | emacs-420b775e778d604911a42ba9a56705ec0b8cabe0.tar.gz |
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Fix typo.
Diffstat (limited to 'man/url.texi')
-rw-r--r-- | man/url.texi | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/url.texi b/man/url.texi index 7bda54a577f..453ae4a206f 100644 --- a/man/url.texi +++ b/man/url.texi @@ -559,6 +559,8 @@ Well-known ports are used if the URL does not specify a port. @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 @@ This function 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 @@ This is a regular expression that matches the shell prompt. 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. |