summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorTassilo Horn <tassilo@member.fsf.org>2010-11-23 09:00:56 +0100
committerTassilo Horn <tassilo@member.fsf.org>2010-11-23 09:00:56 +0100
commit331460ac64fccf8979927d641f95015c6b2c16f2 (patch)
tree872c63d6215579825d37e8ca522f5e3143da7960 /lisp/mail
parent0c32ce32b5854014510724d3c3b077dca32a70f4 (diff)
downloademacs-331460ac64fccf8979927d641f95015c6b2c16f2.tar.gz
* mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention
that the keywords should be comma separated.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 1a8be7fc5a8..472c9791f8a 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -451,7 +451,7 @@ and send the mail again%s."
(defun report-emacs-bug-query-existing-bugs (keywords)
"Query for KEYWORDS at `report-emacs-bug-tracker-url', and return the result.
The result is an alist with items of the form (URL SUBJECT NO)."
- (interactive "sBug keywords: ")
+ (interactive "sBug keywords (comma separated): ")
(url-retrieve (concat report-emacs-bug-tracker-url
"pkgreport.cgi?include=subject%3A"
(replace-regexp-in-string "[[:space:]]+" "+" keywords)