changeset 58139:9eeb05e27d32

url-mailto.el (url-mailto): Fix a typo in the comment.
author Masatake YAMATO <jet@gyve.org>
date Thu, 11 Nov 2004 18:03:41 +0000
parents a93efc8bd56c
children b72ba185298b
files lisp/url/ChangeLog lisp/url/url-mailto.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/ChangeLog	Thu Nov 11 15:01:34 2004 +0000
+++ b/lisp/url/ChangeLog	Thu Nov 11 18:03:41 2004 +0000
@@ -1,3 +1,8 @@
+2004-11-12  Masatake YAMATO  <jet@gyve.org>
+
+	* url-mailto.el (url-mailto): Fix a typo in the 
+	comment.
+
 2004-11-02  Masatake YAMATO  <jet@gyve.org>
 
 	* url-imap.el (url-imap-open-host): Don't use
--- a/lisp/url/url-mailto.el	Thu Nov 11 15:01:34 2004 +0000
+++ b/lisp/url/url-mailto.el	Thu Nov 11 18:03:41 2004 +0000
@@ -63,7 +63,7 @@
 (defun url-mailto (url)
   "Handle the mailto: URL syntax."
   (if (url-user url)
-      ;; malformed mailto URL (mailto://wmperry@gnu.org instead of
+      ;; malformed mailto URL (mailto://wmperry@gnu.org) instead of
       ;; mailto:wmperry@gnu.org
       (url-set-filename url (concat (url-user url) "@" (url-filename url))))
   (setq url (url-filename url))