]> code.delx.au - gnu-emacs-elpa/commitdiff
* packages/debbugs/debbugs-gnu.el (debbugs-gnu-stale): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 17 Feb 2016 08:51:14 +0000 (09:51 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 17 Feb 2016 08:51:14 +0000 (09:51 +0100)
packages/debbugs/debbugs-gnu.el

index 50487fc5aa16d012953e5e47d2a23f9ed60275f2..ebb4d743aaf0980991bea8b9ca64d79aa6b6d7ce 100644 (file)
@@ -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.")