1
0
Fork 0

Adjust docstring

This commit is contained in:
Bram Schoenmakers 2024-03-23 10:05:57 +01:00
parent 19e779ad37
commit 407781fe4e
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -148,10 +148,10 @@ The value should be a string of two characters representing the
(defcustom kagi-summarizer-cache t
"Determines whether the Summarizer should cache results.
Repetitive queries won't be charged if caching is enabled (the
default). For sensitive texts, you may opt for disabling the
cache by setting this item to nil (but subsequent queries on the
same text will be charged.)"
Repetitive requests on the same text won't be charged if caching
is enabled (the default). For sensitive texts, you may opt for
disabling the cache by setting this item to nil (but subsequent
queries on the same text will be charged.)"
:type 'boolean
:group 'kagi)