diff src/lread.c @ 39816:2a3f4d2a5ccc

(syms_of_lread) <load-suffixes>: Fix last change: multi-line strings without a trailing "\n\".
author Eli Zaretskii <eliz@gnu.org>
date Fri, 12 Oct 2001 08:28:32 +0000
parents 57070445ceac
children 6235c0f8e52c
line wrap: on
line diff
--- a/src/lread.c	Fri Oct 12 06:08:01 2001 +0000
+++ b/src/lread.c	Fri Oct 12 08:28:32 2001 +0000
@@ -3544,7 +3544,7 @@
 otherwise to default specified by file `epaths.h' when Emacs was built.");
 
   DEFVAR_LISP ("load-suffixes", &Vload_suffixes,
-    "*List of suffixes to try for files to load.
+    "*List of suffixes to try for files to load.\n\
 This list should not include the empty string.");
   Vload_suffixes = Fcons (build_string (".elc"),
 			  Fcons (build_string (".el"), Qnil));