]> code.delx.au - gnu-emacs/commitdiff
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
authorRomain Francoise <romain@orebokech.com>
Mon, 5 Jun 2006 11:55:28 +0000 (11:55 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 5 Jun 2006 11:55:28 +0000 (11:55 +0000)
Fix typo.

man/ChangeLog
man/url.texi

index c92771555230c1876549a96ae51cfc2e291181e4..655ffbc7929ee02ee2d4ed66d8be9c9b1b210534 100644 (file)
@@ -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.
index 7bda54a577f0ad167ea33a2de32a41dc5ce335aa..453ae4a206f7d0155a75b433b9bac238c82fbef4 100644 (file)
@@ -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.