Kevin Ryde <user42 at zip.com.au>
authorGlenn Morris <rgm@gnu.org>
Wed, 22 Jul 2009 03:03:51 +0000 (03:03 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 22 Jul 2009 03:03:51 +0000 (03:03 +0000)
(erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.

lisp/erc/ChangeLog
lisp/erc/erc.el

index 528a545..aef7d0c 100644 (file)
@@ -1,3 +1,7 @@
+2009-07-22  Kevin Ryde  <user42@zip.com.au>
+
+       * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'.
+
 2009-03-13  D. Goel  <deego3@gmail.com>
 
        * erc-backend.el: In (multiple-value-bind/setq .. ls),
index 5066efa..f2fc892 100644 (file)
@@ -3095,7 +3095,7 @@ to send.
 If only one word is given, display the mode of that target.
 
 A list of valid mode strings for Freenode may be found at
-`http://freenode.net/using_the_network.shtml'."
+URL `http://freenode.net/using_the_network.shtml'."
   (cond
    ((string-match "^\\s-\\(.*\\)$" line)
     (let ((s (match-string 1 line)))