diff options
| author | Glenn Morris | 2009-07-22 03:03:51 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-07-22 03:03:51 +0000 |
| commit | fbf370dc7ef9b1a95791a85e951dd2712af75fc0 (patch) | |
| tree | c5e9ed3125c44df5ac99bd18fcaa72402377b34d | |
| parent | 41dc791369a1870de9251521b14c59207df1fd80 (diff) | |
| download | emacs-fbf370dc7ef9b1a95791a85e951dd2712af75fc0.tar.gz emacs-fbf370dc7ef9b1a95791a85e951dd2712af75fc0.zip | |
Kevin Ryde <user42 at zip.com.au>
(erc-cmd-MODE): Hyperlink urls in docstrings with URL `...'.
| -rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 2 |
2 files changed, 5 insertions, 1 deletions
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 @@ | |||
| 1 | 2009-07-22 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * erc/erc.el (erc-cmd-MODE): Hyperlink urls in docstring with URL `...'. | ||
| 4 | |||
| 1 | 2009-03-13 D. Goel <deego3@gmail.com> | 5 | 2009-03-13 D. Goel <deego3@gmail.com> |
| 2 | 6 | ||
| 3 | * erc-backend.el: In (multiple-value-bind/setq .. ls), | 7 | * 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. | |||
| 3095 | If only one word is given, display the mode of that target. | 3095 | If only one word is given, display the mode of that target. |
| 3096 | 3096 | ||
| 3097 | A list of valid mode strings for Freenode may be found at | 3097 | A list of valid mode strings for Freenode may be found at |
| 3098 | `http://freenode.net/using_the_network.shtml'." | 3098 | URL `http://freenode.net/using_the_network.shtml'." |
| 3099 | (cond | 3099 | (cond |
| 3100 | ((string-match "^\\s-\\(.*\\)$" line) | 3100 | ((string-match "^\\s-\\(.*\\)$" line) |
| 3101 | (let ((s (match-string 1 line))) | 3101 | (let ((s (match-string 1 line))) |