(rfc2231-parse-string): Fix a comment.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 24 Nov 2005 23:00:45 +0000 (23:00 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 24 Nov 2005 23:00:45 +0000 (23:00 +0000)
lisp/rfc2231.el

index e7be225..14a9186 100644 (file)
@@ -130,7 +130,9 @@ The list will be on the form
                           (point)
                           (progn
                             (forward-sexp)
-                            ;; EXTENSION: Support non-ascii chars.
+                            ;; We might not have reached at the end of
+                            ;; the value because of non-ascii chars,
+                            ;; so we should jump over them if any.
                             (while (and (not (eobp))
                                         (> (char-after) ?\177))
                               (forward-char 1)