+2002-09-12 Kenichi Handa <handa@etl.go.jp>
+
+ * international/mule-conf.el (emacs-mule, iso-2022-7bit)
+ (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2)
+ (compound-text, ctext-no-compositions): Cancel provious change.
+
2002-09-09 Dave Love <d.love@dl.ac.uk>
* wid-edit.el (widget-string-complete): New.
decoding by the coding system, Emacs automatically detects the EOL
format of the source text.
-`:charset-list' (required for `charset' coding systems)
+`:charset-list'
VALUE must be a list of charsets supported by the coding system. On
encoding by the coding system, if a character belongs to multiple
charsets in the list, a charset that comes earlier in the list is
-selected.
+selected. If `:coding-type' is `iso-2022', VALUE may be `iso-2022',
+which indicates that the coding system supports all ISO-2022 based
+charsets. If `:coding-type' is `emacs-mule', VALUE may be
+`emacs-mule', which indicates that the coding system supports all
+charsets that have `:emacs-mule-id' property.
`:ascii-compatible-p'