diff options
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog.3 | 3 | ||||
-rw-r--r-- | lisp/gnus/gnus-cache.el | 2 | ||||
-rw-r--r-- | lisp/gnus/message.el | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index c55d6225e3f..3b41e9edc94 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 @@ -22675,7 +22675,8 @@ * nnspool.el (nnspool-spool-directory): Use news-directory instead of news-path. - * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook. + * spam-stat.el (spam-stat-unload-hook): Set as a variable with + add-hook. * spam.el: Delete duplicate `provide'. (spam-unload-hook): Set as a variable with add-hook. 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)))) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 55899087642..e7d11b597b3 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -2909,7 +2909,7 @@ Consider adding this function to `message-header-setup-hook'" "C-c C-f s" #'message-change-subject ;; "C-c C-f x" #'message-cross-post-followup-to - ;; prefix+message-cross-post-followup-to = same w/o cross-post + ;; prefix+message-cross-post-followup-to = same without cross-post "C-c C-f t" #'message-reduce-to-to-cc "C-c C-f a" #'message-add-archive-header ;; mark inserted text |