emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 272ddc6: Fixup warning message regarding HOME a b


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 272ddc6: Fixup warning message regarding HOME a bit more
Date: Mon, 27 Jun 2016 22:44:04 +0000 (UTC)

branch: emacs-25
commit 272ddc6793243a48dc61f0734cbd80a3377cb788
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.
---
 src/w32.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/w32.c b/src/w32.c
index 2478b45..793bc0f 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);
              }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]