emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 cb9628373a8: * lisp/startup.el (command-line): Fix warning mess


From: Eli Zaretskii
Subject: emacs-29 cb9628373a8: * lisp/startup.el (command-line): Fix warning message. (Bug#61014)
Date: Mon, 23 Jan 2023 08:09:32 -0500 (EST)

branch: emacs-29
commit cb9628373a8dcb5ace0cb8fcc7b636dea39b5703
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/startup.el (command-line): Fix warning message.  (Bug#61014)
---
 lisp/startup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index cd1654f28cd..bb6250d3968 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -1604,7 +1604,7 @@ please check its value")
           (display-warning 'initialization
                            (format-message "\
 Your `load-path' seems to contain\n\
-your `.emacs.d' directory: %s\n\
+your `user-emacs-directory': %s\n\
 This is likely to cause problems...\n\
 Consider using a subdirectory instead, e.g.: %s"
                                     dir (expand-file-name



reply via email to

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