help-debbugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v3 5/8] Bring labels for debbugs-cache-expiry in line with docstr


From: Felix Lechner
Subject: [PATCH v3 5/8] Bring labels for debbugs-cache-expiry in line with docstring.
Date: Mon, 18 Mar 2024 06:07:06 -0700

---
 debbugs.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debbugs.el b/debbugs.el
index cb61976493..df80107627 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
-- 
2.41.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]