comparison lisp/international/mule-cmds.el @ 104960:ddca2477302b

(language-info-alist): Improve docstring.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 11 Sep 2009 21:07:02 +0000
parents 0261f99bf928
children bd2966850aac
comparison
equal deleted inserted replaced
104959:d2cd7290d6d2 104960:ddca2477302b
1096 ctext-non-standard-encodings 1096 ctext-non-standard-encodings
1097 value is a list of non-standard encoding names used 1097 value is a list of non-standard encoding names used
1098 in extended segments of CTEXT. See the variable 1098 in extended segments of CTEXT. See the variable
1099 `ctext-non-standard-encodings' for more detail. 1099 `ctext-non-standard-encodings' for more detail.
1100 1100
1101 The following keys take effect only when multibyte characters are 1101 The following key takes effect only when multibyte characters are
1102 globally disabled, i.e. the default value of `enable-multibyte-characters' 1102 globally disabled, i.e. the default value of `enable-multibyte-characters'
1103 is nil. 1103 is nil (which is an obsolete and deprecated use):
1104 1104
1105 unibyte-display value is a coding system to encode characters for 1105 unibyte-display value is a coding system to encode characters for
1106 the terminal. Characters in the range of 160 to 1106 the terminal. Characters in the range of 160 to
1107 255 display not as octal escapes, but as non-ASCII 1107 255 display not as octal escapes, but as non-ASCII
1108 characters in this language environment.") 1108 characters in this language environment.")