mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typos.
This commit is contained in:
parent
8350f087ef
commit
0b381c7eb8
53 changed files with 110 additions and 76 deletions
|
|
@ -484,7 +484,7 @@ See `rmail-mime-entity' for the detail."
|
|||
(insert "\n"))))
|
||||
|
||||
(defun rmail-mime-find-header-encoding (header)
|
||||
"Retun the last coding system used to decode HEADER.
|
||||
"Return the last coding system used to decode HEADER.
|
||||
HEADER is a header component of a MIME-entity object (see
|
||||
`rmail-mime-entity')."
|
||||
(with-temp-buffer
|
||||
|
|
@ -1332,7 +1332,7 @@ attachments as specfied by `rmail-mime-attachment-dirs-alist'."
|
|||
(if (consp rmail-mime-coding-system)
|
||||
;; Decoding is done by rfc2047-decode-region only for a
|
||||
;; header. But, as the used coding system may have been
|
||||
;; overriden by mm-charset-override-alist, we can't
|
||||
;; overridden by mm-charset-override-alist, we can't
|
||||
;; trust (car rmail-mime-coding-system). So, here we
|
||||
;; try the decoding again with mm-charset-override-alist
|
||||
;; bound to nil.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue