multi-line strings without a trailing "\n\".
+2001-10-12 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * lread.c (syms_of_lread) <load-suffixes>: Fix last change:
+ multi-line strings without a trailing "\n\".
+
2001-10-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
* floatfns.c: float_error() is defined iff FLOAT_CATCH_SIGILL is
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));