summaryrefslogtreecommitdiff
path: root/lisp/mail
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-08-16 23:52:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-08-16 23:53:04 -0700
commitabd838ef8bab125f4360b8618ffe742e1e045625 (patch)
tree2a616ce1f98df4cdf5923496a5981fdcd0e6b565 /lisp/mail
parent9a6d63fe2a6f8e46af83beefa48c18a05a47497b (diff)
downloademacs-abd838ef8bab125f4360b8618ffe742e1e045625.tar.gz
Spelling fixes
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 1ccf5e2aea6..90a140b272c 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -4652,7 +4652,7 @@ Argument MIME is non-nil if this is a mime message."
(when (and (null decrypts)
mime mime-disabled)
- ;; Re-enable mime processinjg
+ ;; Re-enable mime processing.
(rmail-mime)
;; Find each Show button and show that part.
(while (search-forward " Show " nil t)
@@ -4672,7 +4672,7 @@ Argument MIME is non-nil if this is a mime message."
(unless decrypts
(error "Nothing to decrypt")))))
-
+
;;;; Desktop support