branch: externals/debbugs commit 918b358289b12a3ca58b78b219a68d2556e9d7ca Author: Felix Lechner <felix.lech...@lease-up.com> Commit: Michael Albinus <michael.albi...@gmx.de>
* debbugs.el (debbugs-get-bugs): Fix docstring for :affects. Copyright-paperwork-exempt: yes --- debbugs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debbugs.el b/debbugs.el index 2e24c0660a..f83daf7c54 100644 --- a/debbugs.el +++ b/debbugs.el @@ -233,7 +233,7 @@ Valid keywords are: :affects -- With this keyword it is possible to find bugs which affect the package with the given name. The bugs are chosen by the value of field `affects' in bug's status. The returned bugs - do not necessary belong to this package. + usually do not belong to this package. :status -- Status of bug. Valid values are \"open\", \"forwarded\" and \"done\".