changeset 104028:70e5fe445939

Kevin Ryde <user42 at zip.com.au> (erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Jul 2009 03:03:51 +0000
parents 7a9cb1f2769b
children 55ba5af4bf3a
files lisp/erc/ChangeLog lisp/erc/erc.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/erc/ChangeLog	Wed Jul 22 03:02:16 2009 +0000
+++ b/lisp/erc/ChangeLog	Wed Jul 22 03:03:51 2009 +0000
@@ -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),
--- a/lisp/erc/erc.el	Wed Jul 22 03:02:16 2009 +0000
+++ b/lisp/erc/erc.el	Wed Jul 22 03:03:51 2009 +0000
@@ -3095,7 +3095,7 @@
 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)))