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 449b73163f4..13c9c0130e0 100644 --- a/lisp/gnus/gnus-cache.el +++ b/lisp/gnus/gnus-cache.el @@ -137,7 +137,7 @@ it's not cached." ;; If possible, remove group's cache subdirectory. (condition-case nil ;; FIXME: we can detect the error type and warn the user - ;; of any inconsistencies (articles w/o nov entries?). + ;; of any inconsistencies (articles without nov entries?). ;; for now, just be conservative...delete only if safe -- sj (delete-directory (file-name-directory overview-file)) (error)))) |