diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2023-11-11 13:13:30 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-12-31 01:01:40 -0500 |
commit | f0752de257d5521f7cbe31a4c0f5114694747a08 (patch) | |
tree | b9f97366bf6ffd4a7ffebaf40105a25260366fb8 /doc | |
parent | 9d148d08be9d77781e8103915b1f498b03fd3dd2 (diff) | |
download | guix-f0752de257d5521f7cbe31a4c0f5114694747a08.tar guix-f0752de257d5521f7cbe31a4c0f5114694747a08.tar.gz |
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.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |