[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 4/5] Bring labels for debbugs-cache-expiry in line with docstr
From: |
Felix Lechner |
Subject: |
[PATCH v2 4/5] Bring labels for debbugs-cache-expiry in line with docstring. |
Date: |
Fri, 15 Mar 2024 19:16:04 -0700 |
---
debbugs.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debbugs.el b/debbugs.el
index 3d96d25791..3f22ebc8f6 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
- [PATCH v2 0/5] Download WSDL for SOAP services from servers, Felix Lechner, 2024/03/15
- [PATCH v2 1/5] Don't hardcode gnu.org as debbugs-port for Gnus interface., Felix Lechner, 2024/03/15
- [PATCH v2 2/5] Fix docstring for :affects., Felix Lechner, 2024/03/15
- [PATCH v2 3/5] Fix description in docstring for debbugs-ports., Felix Lechner, 2024/03/15
- [PATCH v2 5/5] Download WSDL specification dynamically from selected server., Felix Lechner, 2024/03/15
- [PATCH v2 4/5] Bring labels for debbugs-cache-expiry in line with docstring.,
Felix Lechner <=
- Re: [PATCH v2 0/5] Download WSDL for SOAP services from servers, Michael Albinus, 2024/03/16
- [PATCH v3 0/8] Download WSDL for SOAP services from servers, Felix Lechner, 2024/03/18
- [PATCH v3 1/8] Enforce standard line length of 80 characters., Felix Lechner, 2024/03/18
- [PATCH v3 3/8] Fix docstring for :affects., Felix Lechner, 2024/03/18
- [PATCH v3 8/8] Download WSDL specification dynamically from selected server., Felix Lechner, 2024/03/18
- [PATCH v3 4/8] Fix description in docstring for debbugs-ports., Felix Lechner, 2024/03/18
- [PATCH v3 5/8] Bring labels for debbugs-cache-expiry in line with docstring., Felix Lechner, 2024/03/18
- [PATCH v3 7/8] Split the WSDL file into two that could be served remotely., Felix Lechner, 2024/03/18
- [PATCH v3 6/8] Offer cache facility for WSDL specification; default to no expiry., Felix Lechner, 2024/03/18
- [PATCH v3 2/8] Don't hardcode gnu.org as debbugs-port for Gnus interface., Felix Lechner, 2024/03/18