diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-21 15:39:43 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-22 02:24:20 +0100 |
commit | 40539c7587dc474b424cff732973fe8958eadf14 (patch) | |
tree | c98fb6254b98c1a2c8738edaf8141569ece244ad /lisp/gnus | |
parent | aeadba1418d8fc18f17b4ae415cde35e9e272e7a (diff) | |
download | emacs-40539c7587dc474b424cff732973fe8958eadf14.tar.gz emacs-40539c7587dc474b424cff732973fe8958eadf14.tar.bz2 emacs-40539c7587dc474b424cff732973fe8958eadf14.zip |
; Fix typos
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/ChangeLog.3 | 2 | ||||
-rw-r--r-- | lisp/gnus/message.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3 index c55d6225e3f..a1ad22fd62b 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 - cancellations to be synced to org if the original appt has an org + cancelations 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/message.el b/lisp/gnus/message.el index 3bbd68bdcd7..dca5b90089e 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 cancellation message." +If ARG, allow editing of the cancelation message." (interactive "P") (unless (message-news-p) (error "This is not a news article; canceling is impossible")) |