diff options
| -rw-r--r-- | lisp/international/mule.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index df0cb79fa1c..383807b5bb1 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -488,6 +488,7 @@ FLAGS specifies more detailed information of the coding system as follows: | |||
| 488 | If CHARSETn is t, Gn can be used but nothing designated initially. | 488 | If CHARSETn is t, Gn can be used but nothing designated initially. |
| 489 | If CHARSETn is a list of character sets, those character sets are | 489 | If CHARSETn is a list of character sets, those character sets are |
| 490 | designated to Gn on output, but nothing designated to Gn initially. | 490 | designated to Gn on output, but nothing designated to Gn initially. |
| 491 | But, character set `ascii' can be designated only to G0. | ||
| 491 | SHORT-FORM non-nil means use short designation sequence on output. | 492 | SHORT-FORM non-nil means use short designation sequence on output. |
| 492 | ASCII-EOL non-nil means designate ASCII to g0 at end of line on output. | 493 | ASCII-EOL non-nil means designate ASCII to g0 at end of line on output. |
| 493 | ASCII-CNTL non-nil means designate ASCII to g0 before control codes and | 494 | ASCII-CNTL non-nil means designate ASCII to g0 before control codes and |