]> git.eshelyaron.com Git - emacs.git/commitdiff
(webjump-builtin): Remove dot at the end of sentence in error call.
authorPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:01:35 +0000 (07:01 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:01:35 +0000 (07:01 +0000)
lisp/net/webjump.el

index 53e97ae8f1b24d4c010462d0ba462bb0264b9bdd..3c2ae4c7d52641526a6369d10da2776add6b5af0 100644 (file)
@@ -300,7 +300,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
      ((eq builtin 'mirrors)
       (if (= (length expr) 1)
           (error
-           "WebJump URL builtin \"mirrors\" for \"%s\" needs at least 1 arg."))
+           "WebJump URL builtin \"mirrors\" for \"%s\" needs at least 1 arg"))
       (webjump-choose-mirror name (cdr (append expr nil))))
      ((eq builtin 'name)
       name)