]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_charset): Put \n\ at eol of docstring.
authorKarl Heuer <kwzh@gnu.org>
Sat, 30 May 1998 14:52:20 +0000 (14:52 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 30 May 1998 14:52:20 +0000 (14:52 +0000)
src/charset.c

index cc02d7196ad1be8d79cd1cd3c379e0f4c11f13e2..29da443505c4e31c788436f8dc6c7abf3a7b7ff2 100644 (file)
@@ -1812,7 +1812,7 @@ 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\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;