From 799782d9d4638509c963547c5bb9532c393a202e Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 25 Nov 2004 08:20:59 +0000 Subject: [PATCH] Fixed. --- lisp/riece-url.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/riece-url.el b/lisp/riece-url.el index 8fce9f2..c502328 100644 --- a/lisp/riece-url.el +++ b/lisp/riece-url.el @@ -51,7 +51,7 @@ For example: '((\"\\\\bBug#\\\\([0-9]+\\\\)\\\\b\" . \"http://bugs.debian.org/\\\\1\"))) -This will map a string \"Bug#12345\" to a URL +This maps a string \"Bug#12345\" to a URL \"http://bugs.debian.org/12345\"." :type 'alist :group 'riece-url) -- 1.7.10.4