diff lisp/url/url-mailto.el @ 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 af0685917de3
children a8fa7c632ee4 3ec251523b3e
line wrap: on
line diff
--- 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))