aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNoam Postavsky2016-06-27 18:28:51 -0400
committerNoam Postavsky2016-06-27 18:37:56 -0400
commit272ddc6793243a48dc61f0734cbd80a3377cb788 (patch)
treec530d694721639c51223795abb6c9986112bc28b /src
parent43206d6fcae375170d6674bae2373f2e207f1fe7 (diff)
downloademacs-272ddc6793243a48dc61f0734cbd80a3377cb788.tar.gz
emacs-272ddc6793243a48dc61f0734cbd80a3377cb788.zip
Fixup warning message regarding HOME a bit more
* src/w32.c (init_environment): The manual section title is "Windows HOME" (Bug #11612). Move newline so warning fits in 80 character lines.
Diffstat (limited to 'src')
-rw-r--r--src/w32.c6
1 files changed, 3 insertions, 3 deletions
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)
2776 = Fcons 2776 = Fcons
2777 (listn (CONSTYPE_HEAP, 2, 2777 (listn (CONSTYPE_HEAP, 2,
2778 intern ("initialization"), build_string 2778 intern ("initialization"), build_string
2779 ("Use of `C:\\.emacs' without defining `HOME' " 2779 ("Use of `C:\\.emacs' without defining `HOME'\n"
2780 "in the environment is deprecated,\n" 2780 "in the environment is deprecated, "
2781 "see `Windows Home' in the Emacs manual.")), 2781 "see `Windows HOME' in the Emacs manual.")),
2782 Vdelayed_warnings_list); 2782 Vdelayed_warnings_list);
2783 } 2783 }
2784 2784