diff options
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")) |