[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/url/url-irc.el,v
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/url/url-irc.el,v |
Date: |
Wed, 02 Jul 2008 11:14:43 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Juanma Barranquero <lektu> 08/07/02 11:14:38
Index: url-irc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/url/url-irc.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- url-irc.el 6 May 2008 04:29:12 -0000 1.18
+++ url-irc.el 2 Jul 2008 11:14:37 -0000 1.19
@@ -29,11 +29,11 @@
(require 'url-vars)
(require 'url-parse)
-(defconst url-irc-default-port 6667 "Default port for IRC connections")
+(defconst url-irc-default-port 6667 "Default port for IRC connections.")
(defcustom url-irc-function 'url-irc-rcirc
"*Function to actually open an IRC connection.
-Should be a function that takes several arguments:
+The function should take the following arguments:
HOST - the hostname of the IRC server to contact
PORT - the port number of the IRC server to contact
CHANNEL - What channel on the server to visit right away (can be nil)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/url/url-irc.el,v,
Juanma Barranquero <=