]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_lread): Fix literal newlines.
authorAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:44 +0000 (23:37 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:44 +0000 (23:37 +0000)
src/lread.c

index 6b234d39c93ccd8f2fded9290faefb05a731bd94..4f384c809a8882ed4438ec3e071d4ccc868b7e94 100644 (file)
@@ -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;