# HG changeset patch # User Andrew Innes # Date 949880264 0 # Node ID 2e9293b149dd047c875f42309c9d7e4d604183de # Parent 9de718d5635c5714cdcf00e5c7946a69b472538d (syms_of_lread): Fix literal newlines. diff -r 9de718d5635c -r 2e9293b149dd src/lread.c --- a/src/lread.c Sun Feb 06 23:37:43 2000 +0000 +++ b/src/lread.c Sun Feb 06 23:37:44 2000 +0000 @@ -3326,9 +3326,9 @@ 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;