]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_charset): Doc fix for nonascii-insert-offset.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Apr 1998 04:12:09 +0000 (04:12 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Apr 1998 04:12:09 +0000 (04:12 +0000)
src/charset.c

index af08dba571eeff7a1dafe038aa6178736bc18079..5803c50d30ca438c6cdbf87e120d75a2a4ec4332 100644 (file)
@@ -1781,9 +1781,10 @@ An ID of a unification table is an index of this vector.");
     "Offset for converting non-ASCII unibyte codes 0240...0377 to multibyte.\n\
 This is used for converting unibyte text to multibyte,\n\
 and for inserting character codes specified by number.\n\n\
-Conversion is performed only when multibyte characters are enabled,\n\
-and it serves to convert a Latin-1 or similar 8-bit character code\n\
-to the corresponding Emacs character code.\n\
+This serves to convert a Latin-1 or similar 8-bit character code\n\
+to the corresponding Emacs multibyte character code.\n\
+Typically the value should be (- (make-char CHARSET 0) 128),\n\
+for your choice of character set.\n\
 If `nonascii-translate-table' is non-nil, it overrides this variable.");
   nonascii_insert_offset = 0;