diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-23 05:43:19 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-23 05:49:22 +0100 |
commit | 5e8c62ffcae473b89e268e0081d4041fb19abef7 (patch) | |
tree | a091dfb0a81648ac56e3df27d434ebe3edf0b4a3 /lisp/gnus | |
parent | 17ed39cc8da1681bffc67907d3a76ef3d75917fd (diff) | |
download | emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.gz emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.bz2 emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.zip |
; Fix typos
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog.3 | 2 | ||||
-rw-r--r-- | lisp/gnus/gnus-art.el | 10 | ||||
-rw-r--r-- | lisp/gnus/gnus-registry.el | 2 | ||||
-rw-r--r-- | lisp/gnus/gnus-search.el | 2 | ||||
-rw-r--r-- | lisp/gnus/gnus-topic.el | 2 | ||||
-rw-r--r-- | lisp/gnus/gnus-uu.el | 2 | ||||
-rw-r--r-- | lisp/gnus/message.el | 2 |
7 files changed, 11 insertions, 11 deletions
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index a1ad22fd62b..c55d6225e3f 100644 --- a/lisp/gnus/ChangeLog.3 +++ b/lisp/gnus/ChangeLog.3 @@ -1109,7 +1109,7 @@ * gnus-icalendar.el (gnus-icalendar-event:sync-to-org) (gnus-icalendar-event:inline-org-buttons): Allow for appointment - cancelations to be synced to org if the original appt has an org + cancellations to be synced to org if the original appt has an org outline. 2013-11-13 Jan Tatarik <jan.tatarik@gmail.com> diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 814d21823dc..75ea34e1352 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -89,8 +89,8 @@ :group 'gnus-article) (defgroup gnus-article-emphasis nil - "Fontisizing articles." - :link '(custom-manual "(gnus)Article Fontisizing") + "Fontifying articles." + :link '(custom-manual "(gnus)Article Fontifying") :group 'gnus-article) (defgroup gnus-article-saving nil @@ -2008,9 +2008,9 @@ always hide." (gnus-article-hide-header "reply-to"))))) ((eq elem 'date) (let ((date (with-current-buffer gnus-original-article-buffer - ;; If date in `gnus-article-buffer' is localized - ;; (`gnus-treat-date-user-defined'), - ;; `days-between' might fail. + ;; If date in `gnus-article-buffer' is localized + ;; (`gnus-article-date-headers'), + ;; `days-between' might fail. (message-fetch-field "date")))) (when (and date (< (days-between (current-time-string) date) diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index ceeb1848542..cf5ca628cff 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el @@ -119,7 +119,7 @@ "List of registry marks and their options. -`gnus-registry-mark-article' will offer symbols from this list +`gnus-registry-set-article-mark' will offer symbols from this list for completion. Each entry must have a character to be useful for summary mode diff --git a/lisp/gnus/gnus-search.el b/lisp/gnus/gnus-search.el index 7941496be61..142070e4665 100644 --- a/lisp/gnus/gnus-search.el +++ b/lisp/gnus/gnus-search.el @@ -48,7 +48,7 @@ ;; The general flow is: ;; 1. The user calls one of `gnus-group-make-search-group' or -;; `gnus-group-make-permanent-search-group' (or a few other entry +;; `gnus-group-read-ephemeral-search-group' (or a few other entry ;; points). These functions prompt for a search query, and collect ;; the groups to search, then create an nnselect group, setting an ;; 'nnselect-specs group parameter where 'nnselect-function is diff --git a/lisp/gnus/gnus-topic.el b/lisp/gnus/gnus-topic.el index 13263dddc9c..1acbe0bc938 100644 --- a/lisp/gnus/gnus-topic.el +++ b/lisp/gnus/gnus-topic.el @@ -427,7 +427,7 @@ inheritance." (defun gnus-group-prepare-topics (level &optional predicate lowest regexp list-topic topic-level) "List all newsgroups with unread articles of level LEVEL or lower. -Use the `gnus-group-topics' to sort the groups. +Use the `gnus-group-prepare-topics' to sort the groups. If PREDICATE is a function, list groups that the function returns non-nil; if it is t, list groups that have no unread articles. If LOWEST is non-nil, list all newsgroups of level LOWEST or higher." diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 9cafc78ab89..654cc1cc51a 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el @@ -1622,7 +1622,7 @@ Gnus might fail to display all of it.") state)) ;; `gnus-uu-choose-action' chooses what action to perform given the name -;; and `gnus-uu-file-action-list'. Returns either nil if no action is +;; and FILE-ACTION-LIST. Return either nil if no action is ;; found, or the name of the command to run if such a rule is found. (defun gnus-uu-choose-action (file-name file-action-list &optional no-ignore) (let ((action-list (copy-sequence file-action-list)) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index e0677ff6be8..55899087642 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -7520,7 +7520,7 @@ to match all of yours addresses." ;;;###autoload (defun message-cancel-news (&optional arg) "Cancel an article you posted. -If ARG, allow editing of the cancelation message." +If ARG, allow editing of the cancellation message." (interactive "P") (unless (message-news-p) (error "This is not a news article; canceling is impossible")) |