mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
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).
This commit is contained in:
parent
468b02a5da
commit
e9d359af41
2 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue