From cb9628373a8dcb5ace0cb8fcc7b636dea39b5703 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 23 Jan 2023 15:09:07 +0200 Subject: [PATCH] * 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 -- 2.39.2