summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose A. Ortega Ruiz <jao@gnu.org>2015-12-29 01:27:48 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2015-12-29 01:27:48 +0100
commit499dac5497f0f2b90914a7954c969cbac182a92c (patch)
tree0c5e905a93ed0ab59ea40d55497a945288bbc498
parent9982c01d1a190390254b8c5bd866aea62848664f (diff)
downloademacs-499dac5497f0f2b90914a7954c969cbac182a92c.tar.gz
Fix URL auth error message
* lisp/url/url-http.el (url-http-handle-authentication): Make the error message more correct (bug#20069). Copyright-paperwork-exempt: yes
-rw-r--r--lisp/url/url-http.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index c5b6ef3980a..e34f352e11d 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -420,7 +420,7 @@ Return the number of characters removed."
(progn
(widen)
(goto-char (point-max))
- (insert "<hr>Sorry, but I do not know how to handle " type
+ (insert "<hr>Sorry, but I do not know how to handle " (or type auth url "")
" authentication. If you'd like to write it,"
" please use M-x report-emacs-bug RET.<hr>")
;; We used to set a `status' var (declared "special") but I can't