aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/charset.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/charset.c b/src/charset.c
index af08dba571e..5803c50d30c 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1781,9 +1781,10 @@ An ID of a unification table is an index of this vector.");
1781 "Offset for converting non-ASCII unibyte codes 0240...0377 to multibyte.\n\ 1781 "Offset for converting non-ASCII unibyte codes 0240...0377 to multibyte.\n\
1782This is used for converting unibyte text to multibyte,\n\ 1782This is used for converting unibyte text to multibyte,\n\
1783and for inserting character codes specified by number.\n\n\ 1783and for inserting character codes specified by number.\n\n\
1784Conversion is performed only when multibyte characters are enabled,\n\ 1784This serves to convert a Latin-1 or similar 8-bit character code\n\
1785and it serves to convert a Latin-1 or similar 8-bit character code\n\ 1785to the corresponding Emacs multibyte character code.\n\
1786to the corresponding Emacs character code.\n\ 1786Typically the value should be (- (make-char CHARSET 0) 128),\n\
1787for your choice of character set.\n\
1787If `nonascii-translate-table' is non-nil, it overrides this variable."); 1788If `nonascii-translate-table' is non-nil, it overrides this variable.");
1788 nonascii_insert_offset = 0; 1789 nonascii_insert_offset = 0;
1789 1790