# HG changeset patch # User Karl Heuer # Date 896539940 0 # Node ID 141f0392fb81355e3d00d74a413db77e360584fd # Parent d8f0117780947cc37751018a12237161ffadaf04 (syms_of_charset): Put \n\ at eol of docstring. diff -r d8f011778094 -r 141f0392fb81 src/charset.c --- a/src/charset.c Sat May 30 14:47:15 1998 +0000 +++ b/src/charset.c Sat May 30 14:52:20 1998 +0000 @@ -1812,7 +1812,7 @@ 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\n\ -If this is nil, `nonascii-insert-offset' is used instead. +If this is nil, `nonascii-insert-offset' is used instead.\n\ See also the docstring of `make-translation-table'."); Vnonascii_translation_table = Qnil;