comparison src/charset.c @ 22289:141f0392fb81

(syms_of_charset): Put \n\ at eol of docstring.
author Karl Heuer <kwzh@gnu.org>
date Sat, 30 May 1998 14:52:20 +0000
parents 80a2aa51a6e1
children 8d612a46dac6
comparison
equal deleted inserted replaced
22288:d8f011778094 22289:141f0392fb81
1810 This is used for converting unibyte text to multibyte,\n\ 1810 This is used for converting unibyte text to multibyte,\n\
1811 and for inserting character codes specified by number.\n\n\ 1811 and for inserting character codes specified by number.\n\n\
1812 Conversion is performed only when multibyte characters are enabled,\n\ 1812 Conversion is performed only when multibyte characters are enabled,\n\
1813 and it serves to convert a Latin-1 or similar 8-bit character code\n\ 1813 and it serves to convert a Latin-1 or similar 8-bit character code\n\
1814 to the corresponding Emacs character code.\n\n\ 1814 to the corresponding Emacs character code.\n\n\
1815 If this is nil, `nonascii-insert-offset' is used instead. 1815 If this is nil, `nonascii-insert-offset' is used instead.\n\
1816 See also the docstring of `make-translation-table'."); 1816 See also the docstring of `make-translation-table'.");
1817 Vnonascii_translation_table = Qnil; 1817 Vnonascii_translation_table = Qnil;
1818 1818
1819 DEFVAR_INT ("min-composite-char", &min_composite_char, 1819 DEFVAR_INT ("min-composite-char", &min_composite_char,
1820 "Minimum character code of a composite character."); 1820 "Minimum character code of a composite character.");