From e9d359af41b4b55390e36ea0aea1031f7029c9dd Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 19 Jul 2020 03:49:16 +0200 Subject: Mention the Emacs bug tracker in the bug reporting doc strings * lisp/gnus/gnus-msg.el (gnus-bug): Mention the Emacs bug tracker. * lisp/mail/emacsbug.el (report-emacs-bug): Link directly to the Emacs portion of the bug reports (bug#41109). --- lisp/gnus/gnus-msg.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/gnus') diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index daaea3980b5..cdfbf16db5e 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -1510,7 +1510,11 @@ If YANK is non-nil, include the original article." (gnus-inews-yank-articles (list (cdr gnus-article-current))))))) (defun gnus-bug (subject) - "Send a bug report to the Emacs maintainers." + "Send a bug report to the Emacs maintainers. + +Already submitted bugs can be found in the Emacs bug tracker: + + https://debbugs.gnu.org/cgi/pkgreport.cgi?package=emacs;max-bugs=100;base-order=1;bug-rev=1" (interactive "sBug Subject: ") (report-emacs-bug subject) (save-excursion -- cgit v1.2.3