Mercurial > emacs
diff src/lread.c @ 27628:2e9293b149dd
(syms_of_lread): Fix literal newlines.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Sun, 06 Feb 2000 23:37:44 +0000 |
| parents | 578e78aa0553 |
| children | 2cb6bd880c44 |
line wrap: on
line diff
--- 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;
