From fbf370dc7ef9b1a95791a85e951dd2712af75fc0 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Jul 2009 03:03:51 +0000 Subject: [PATCH] Kevin Ryde (erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'. --- lisp/erc/ChangeLog | 4 ++++ lisp/erc/erc.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 528a545be06..aef7d0c3c60 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2009-07-22 Kevin Ryde + + * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'. + 2009-03-13 D. Goel * erc-backend.el: In (multiple-value-bind/setq .. ls), diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index 5066efa3bed..f2fc892bb65 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -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))) -- 2.39.2