]> git.eshelyaron.com Git - emacs.git/commitdiff
Fixup warning message regarding HOME a bit more
authorNoam Postavsky <npostavs@gmail.com>
Mon, 27 Jun 2016 22:28:51 +0000 (18:28 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 27 Jun 2016 22:37:56 +0000 (18:37 -0400)
* src/w32.c (init_environment): The manual section title is "Windows
HOME" (Bug #11612).  Move newline so warning fits in 80 character lines.

src/w32.c

index 2478b454a7470cbee230cb88fc5a9a2a5518bd52..793bc0f28d096384c1b9c250a18857dd5491259f 100644 (file)
--- 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);
              }