diff lisp/rmail/rmail.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 364816949b59
children fe104dbd9147
line wrap: on
line diff
--- a/lisp/rmail/rmail.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/rmail/rmail.el	Mon Aug 13 09:18:39 2007 +0200
@@ -993,7 +993,7 @@
 ;; (defun rmail-decode-coding-system (from to)
 ;;   (let (coding-system)
 ;;     ;; At first, detect the coding-system of the region and set it to
-;;     ;; `coding-sytem'.
+;;     ;; `coding-system'.
 ;;     (let ((detected-coding-system (code-detect-region from to))
 ;;           (coding (get-code mail-coding-system)))
 ;;       (if (listp detected-coding-system)