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.
This commit is contained in:
parent
43206d6fca
commit
272ddc6793
1 changed files with 3 additions and 3 deletions
|
@ -2776,9 +2776,9 @@ init_environment (char ** argv)
|
||||||
= Fcons
|
= Fcons
|
||||||
(listn (CONSTYPE_HEAP, 2,
|
(listn (CONSTYPE_HEAP, 2,
|
||||||
intern ("initialization"), build_string
|
intern ("initialization"), build_string
|
||||||
("Use of `C:\\.emacs' without defining `HOME' "
|
("Use of `C:\\.emacs' without defining `HOME'\n"
|
||||||
"in the environment is deprecated,\n"
|
"in the environment is deprecated, "
|
||||||
"see `Windows Home' in the Emacs manual.")),
|
"see `Windows HOME' in the Emacs manual.")),
|
||||||
Vdelayed_warnings_list);
|
Vdelayed_warnings_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue