mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* lisp/startup.el (command-line): Fix warning message. (Bug#61014)
This commit is contained in:
parent
e6c5f32e77
commit
cb9628373a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue