* mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention
authorTassilo Horn <tassilo@member.fsf.org>
Tue, 23 Nov 2010 08:00:56 +0000 (09:00 +0100)
committerTassilo Horn <tassilo@member.fsf.org>
Tue, 23 Nov 2010 08:00:56 +0000 (09:00 +0100)
that the keywords should be comma separated.

lisp/ChangeLog
lisp/mail/emacsbug.el

index f86ff35..e6a33d3 100644 (file)
@@ -1,3 +1,8 @@
+2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention
+       that the keywords should be comma separated.
+
 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
 
        * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
index 1a8be7f..472c979 100644 (file)
@@ -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)