From: Andrew Innes Date: Sun, 6 Feb 2000 23:37:44 +0000 (+0000) Subject: (syms_of_lread): Fix literal newlines. X-Git-Tag: emacs-pretest-21.0.90~5081 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d750b1f5c9d058c7ccfb53c39c2538517a6f3809;p=emacs.git (syms_of_lread): Fix literal newlines. --- 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;