diff options
Diffstat (limited to 'lisp/gnus/gnus-cache.el')
-rw-r--r-- | lisp/gnus/gnus-cache.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-cache.el b/lisp/gnus/gnus-cache.el index f43c4344dc2..db73bf234a0 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el @@ -732,7 +732,7 @@ If LOW, update the lower bound instead." (rename-file gnus-cache-directory dir)) (defun gnus-cache-fully-p (&optional group) - "Returns non-nil if the cache should be fully used. + "Return non-nil if the cache should be fully used. If GROUP is non-nil, also cater to `gnus-cacheable-groups' and `gnus-uncacheable-groups'." (and gnus-use-cache |