# HG changeset patch # User Eli Zaretskii # Date 1002875312 0 # Node ID 2a3f4d2a5cccbb5db7ed541bdfba389b0069a804 # Parent 84c09f9334e7ae1c58c10aa40674f991210756a7 (syms_of_lread) : Fix last change: multi-line strings without a trailing "\n\". diff -r 84c09f9334e7 -r 2a3f4d2a5ccc src/lread.c --- 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));