]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-irc.el
Merge from emacs-23
[gnu-emacs] / lisp / url / url-irc.el
index 3c7377aedcd50528b4ef28c9ec87c3a816ecbbe0..5270aab7b4c78f9a752087e883ecbff45e7f07fa 100644 (file)
@@ -22,7 +22,8 @@
 
 ;;; Commentary:
 
-;; IRC URLs are defined in http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt
+;; IRC URLs are defined in
+;; http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt
 
 ;;; Code:
 
@@ -32,7 +33,7 @@
 (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.
+  "Function to actually open an IRC connection.
 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