changeset 22289:141f0392fb81

(syms_of_charset): Put \n\ at eol of docstring.
author Karl Heuer <kwzh@gnu.org>
date Sat, 30 May 1998 14:52:20 +0000
parents d8f011778094
children 31291d62195e
files src/charset.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;