From da4d65af171a534a940cca2475288f257a1a8051 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 30 May 1998 14:52:20 +0000 Subject: [PATCH] (syms_of_charset): Put \n\ at eol of docstring. --- src/charset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charset.c b/src/charset.c index cc02d7196ad..29da443505c 100644 --- a/src/charset.c +++ b/src/charset.c @@ -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; -- 2.39.2