Mercurial > emacs
changeset 27628:2e9293b149dd
(syms_of_lread): Fix literal newlines.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 06 Feb 2000 23:37:44 +0000 |
parents | 9de718d5635c |
children | 1a1bb26a2326 |
files | src/lread.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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;