diff --git a/src/w32.c b/src/w32.c index 2478b454a74..793bc0f28d0 100644 --- a/src/w32.c +++ b/src/w32.c @@ -2776,9 +2776,9 @@ init_environment (char ** argv) = Fcons (listn (CONSTYPE_HEAP, 2, intern ("initialization"), build_string - ("Use of `C:\\.emacs' without defining `HOME' " - "in the environment is deprecated,\n" - "see `Windows Home' in the Emacs manual.")), + ("Use of `C:\\.emacs' without defining `HOME'\n" + "in the environment is deprecated, " + "see `Windows HOME' in the Emacs manual.")), Vdelayed_warnings_list); }