branch: externals/debbugs commit 822c5d4cb359526a2918d019373b4558480c59f2 Author: Felix Lechner <felix.lech...@lease-up.com> Commit: Michael Albinus <michael.albi...@gmx.de>
Fix tags in debbugs-cache-expiry * debbugs.el (debbugs-cache-expiry): Bring labels for debbugs-cache-expiry in line with docstring. Copyright-paperwork-exempt: yes --- debbugs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debbugs.el b/debbugs.el index eac798b334..c90fb1008c 100644 --- a/debbugs.el +++ b/debbugs.el @@ -113,8 +113,8 @@ This corresponds to the Debbugs server to be accessed, either (defcustom debbugs-cache-expiry (* 60 60) "How many seconds debbugs query results are cached. t or 0 disables caching, nil disables expiring." - :type '(choice (const :tag "Always" t) - (const :tag "Never" nil) + :type '(choice (const :tag "Never" t) + (const :tag "Forever" nil) (integer :tag "Seconds"))) (defvar debbugs-soap-invoke-async-object nil