branch: master commit b52e25607e94d4fb7fb6b13c66f7a06f117d9371 Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@gmx.de>
* packages/debbugs/debbugs-gnu.el (debbugs-gnu-stale): Fix docstring. --- packages/debbugs/debbugs-gnu.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index 50487fc..ebb4d74 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/debbugs-gnu.el @@ -276,7 +276,7 @@ If this is 'rmail, use Rmail instead." "Face for reports that are pending.") (defface debbugs-gnu-stale '((t (:foreground "orange"))) - "Face for reports that have not been touched for a week.") + "Face for reports that have not been touched for two weeks.") (defface debbugs-gnu-done '((t (:foreground "DarkGrey"))) "Face for closed bug reports.")