]> git.eshelyaron.com Git - emacs.git/commitdiff
(coding-system-iso-2022-flags): Revert
authorDave Love <fx@gnu.org>
Sun, 26 May 2002 00:01:51 +0000 (00:01 +0000)
committerDave Love <fx@gnu.org>
Sun, 26 May 2002 00:01:51 +0000 (00:01 +0000)
last change.

lisp/international/mule.el

index f769dec27aae47f06427e9f0c99f565e5e3046a2..517162b6e09379db38d7b4c4c77002ecafd09ea4 100644 (file)
@@ -345,13 +345,11 @@ Now we have the variable `charset-list'."
     safe
     latin-extra
     composition
-    euc-tw-shift
-    use-roman
-    use-oldjis)
+    euc-tw-shift)
   "List of symbols that control ISO-2022 encoder/decoder.
 
 The value of `:flags' attribute in the argument of the function
-`define-coding-system' must be composed from them.
+`define-coding-system' must be one of them.
 
 If `long-form' is specified, use a long designation sequence on
 encoding for the charsets `japanese-jisx0208-1978', `chinese-gb2312',
@@ -401,13 +399,7 @@ composition sequence is correctly decode on decoding, and is produced
 on encoding.
 
 If `euc-tw-shift' is specified, the EUC-TW specific shifting code is
-correctly decoded on decoding, and is produced on encoding.
-
-If `use-roman' is specified, JIS0201-1976-Roman is designated instead
-of ASCII.
-
-If `use-oldjis' is specified, JIS0208-1976 is designated instead of
-JIS0208-1983.")
+correctly decoded on decoding, and is produced on encoding.")
 
 (defun define-coding-system (name docstring &rest props)
   "Define NAME (symbol) as a coding system with DOCSTRING and attributes.