diff options
author | Tassilo Horn <tassilo@member.fsf.org> | 2010-11-23 09:00:56 +0100 |
---|---|---|
committer | Tassilo Horn <tassilo@member.fsf.org> | 2010-11-23 09:00:56 +0100 |
commit | 331460ac64fccf8979927d641f95015c6b2c16f2 (patch) | |
tree | 872c63d6215579825d37e8ca522f5e3143da7960 /lisp/mail | |
parent | 0c32ce32b5854014510724d3c3b077dca32a70f4 (diff) | |
download | emacs-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.el | 2 |
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) |