From d750b1f5c9d058c7ccfb53c39c2538517a6f3809 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sun, 6 Feb 2000 23:37:44 +0000 Subject: [PATCH] (syms_of_lread): Fix literal newlines. --- src/lread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lread.c b/src/lread.c index 6b234d39c93..4f384c809a8 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3326,9 +3326,9 @@ or variables, and cons cells `(provide . FEATURE)' and `(require . FEATURE)'."); Vload_file_name = Qnil; DEFVAR_LISP ("user-init-file", &Vuser_init_file, - "File name, including directory, of user's initialization file. -If the file loaded had extension `.elc' and there was a corresponding `.el' -file, this variable contains the name of the .el file, suitable for use + "File name, including directory, of user's initialization file.\n\ +If the file loaded had extension `.elc' and there was a corresponding `.el'\n\ +file, this variable contains the name of the .el file, suitable for use\n\ by functions like `custom-save-all' which edit the init file."); Vuser_init_file = Qnil; -- 2.39.5