(mm-charset-synonym-alist): Fix comment about "iso8859-1".
[gnus] / lisp / mm-util.el
index 107cd33..c0044c1 100644 (file)
@@ -259,7 +259,7 @@ the alias.  Else windows-NUMBER is used."
     ,@(when (and (not (mm-coding-system-p 'gbk))
                 (mm-coding-system-p 'cp936))
        '((gbk . cp936)))
-    ;; ISO8859-1 is ISO-8859-1
+    ;; ISO8859-1 is a bogus name for ISO-8859-1
     ,@(when (and (not (mm-coding-system-p 'iso8859-1))
                 (mm-coding-system-p 'iso-8859-1))
        '((iso8859-1 . iso-8859-1)))