From: Florian Pelz Date: Sat, 11 Nov 2023 13:13:30 +0100 Subject: [PATCH v2] doc: Use accurate wording in Emacs-Debbugs configuration. 'M-x debbugs-gnu' does not prompt for which bugs to show. 'C-u M-x debbugs-gnu' would. Follow-up to 19fe24c5b978a16cbca3cddbfa3ab9d1ee2c68f2. * doc/contributing.texi (Viewing Bugs within Emacs): Make comment more accurate. --- doc/contributing.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 7337f4bd58..5707ff5cde 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -457,7 +457,7 @@ configuration file: (group-n 3 (one-or-more digit)) line-end)) -;; Reduce the number of prompts with 'M-x debbugs-gnu'. +;; Change the default when run as 'M-x debbugs-gnu'. (setq debbugs-gnu-default-packages '("guix" "guix-patches")) ;; Show feature requests. base-commit: f24b14767d362a84e6469682b4fe303b50f4b589 -- 2.41.0