diff options
| author | Romain Francoise | 2006-06-05 11:55:28 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-06-05 11:55:28 +0000 |
| commit | 420b775e778d604911a42ba9a56705ec0b8cabe0 (patch) | |
| tree | 95963eadc84cbbe09e3a757716086d42a058ed53 | |
| parent | 3e26254b4850412b5a15f7bdcbd28a0caa6bf2eb (diff) | |
| download | emacs-420b775e778d604911a42ba9a56705ec0b8cabe0.tar.gz emacs-420b775e778d604911a42ba9a56705ec0b8cabe0.zip | |
(irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'.
Fix typo.
| -rw-r--r-- | man/ChangeLog | 3 | ||||
| -rw-r--r-- | man/url.texi | 12 |
2 files changed, 13 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index c9277155523..655ffbc7929 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2006-06-05 Romain Francoise <romain@orebokech.com> | 1 | 2006-06-05 Romain Francoise <romain@orebokech.com> |
| 2 | 2 | ||
| 3 | * url.texi (irc): Mention new funs `url-irc-rcirc' and `url-irc-erc'. | ||
| 4 | Fix typo. | ||
| 5 | |||
| 3 | * gnus-faq.texi (Question 8.6): Update reference to the Gnus | 6 | * gnus-faq.texi (Question 8.6): Update reference to the Gnus |
| 4 | channel (#gnus@irc.freenode.net). | 7 | channel (#gnus@irc.freenode.net). |
| 5 | Fix typos. Update copyright notice. | 8 | Fix typos. Update copyright notice. |
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. | |||
| 559 | @cindex IRC | 559 | @cindex IRC |
| 560 | @cindex Internet Relay Chat | 560 | @cindex Internet Relay Chat |
| 561 | @cindex ZEN IRC | 561 | @cindex ZEN IRC |
| 562 | @cindex ERC | ||
| 563 | @cindex rcirc | ||
| 562 | @c Fixme: reference (was http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt) | 564 | @c Fixme: reference (was http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt) |
| 563 | @dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc} | 565 | @dfn{Internet Relay Chat} (IRC) is handled by handing off the @sc{irc} |
| 564 | session to a function named in @code{url-irc-function}. | 566 | session to a function named in @code{url-irc-function}. |
| @@ -569,8 +571,14 @@ This function | |||
| 569 | must take five arguments, @var{host}, @var{port}, @var{channel}, | 571 | must take five arguments, @var{host}, @var{port}, @var{channel}, |
| 570 | @var{user} and @var{password}. The @var{channel} argument specifies the | 572 | @var{user} and @var{password}. The @var{channel} argument specifies the |
| 571 | channel to join immediately, this can be @code{nil}. By default this is | 573 | channel to join immediately, this can be @code{nil}. By default this is |
| 572 | @code{url-irc-zenirc}. | 574 | @code{url-irc-rcirc}. |
| 573 | @end defopt | 575 | @end defopt |
| 576 | @defun url-irc-rcirc host port channel user password | ||
| 577 | Processes the arguments and lets @code{rcirc} handle the session. | ||
| 578 | @end defun | ||
| 579 | @defun url-irc-erc host port channel user password | ||
| 580 | Processes the arguments and lets @code{ERC} handle the session. | ||
| 581 | @end defun | ||
| 574 | @defun url-irc-zenirc host port channel user password | 582 | @defun url-irc-zenirc host port channel user password |
| 575 | Processes the arguments and lets @code{zenirc} handle the session. | 583 | Processes the arguments and lets @code{zenirc} handle the session. |
| 576 | @end defun | 584 | @end defun |
| @@ -934,7 +942,7 @@ This is a regular expression that matches the shell prompt. | |||
| 934 | Host to @samp{rlogin} to before telnetting out. | 942 | Host to @samp{rlogin} to before telnetting out. |
| 935 | @end defopt | 943 | @end defopt |
| 936 | @defopt url-gateway-rlogin-parameters | 944 | @defopt url-gateway-rlogin-parameters |
| 937 | Parametres to pass to @samp{rsh}. | 945 | Parameters to pass to @samp{rsh}. |
| 938 | @end defopt | 946 | @end defopt |
| 939 | @defopt url-gateway-rlogin-user-name | 947 | @defopt url-gateway-rlogin-user-name |
| 940 | User name to use when logging in to the gateway. | 948 | User name to use when logging in to the gateway. |