changeset 111681:1a0c949aa8d5

* mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Mention that the keywords should be comma separated.
author Tassilo Horn <tassilo@member.fsf.org>
date Tue, 23 Nov 2010 09:00:56 +0100
parents 2b1a10988f96
children 2c6350617cc3
files lisp/ChangeLog lisp/mail/emacsbug.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Nov 22 20:26:02 2010 -0500
+++ b/lisp/ChangeLog	Tue Nov 23 09:00:56 2010 +0100
@@ -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.
--- a/lisp/mail/emacsbug.el	Mon Nov 22 20:26:02 2010 -0500
+++ b/lisp/mail/emacsbug.el	Tue Nov 23 09:00:56 2010 +0100
@@ -451,7 +451,7 @@
 (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)