* lisp/startup.el (command-line): Fix warning message. (Bug#61014)
This commit is contained in:
parent
e6c5f32e77
commit
cb9628373a
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ please check its value")
|
||||||
(display-warning 'initialization
|
(display-warning 'initialization
|
||||||
(format-message "\
|
(format-message "\
|
||||||
Your `load-path' seems to contain\n\
|
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\
|
This is likely to cause problems...\n\
|
||||||
Consider using a subdirectory instead, e.g.: %s"
|
Consider using a subdirectory instead, e.g.: %s"
|
||||||
dir (expand-file-name
|
dir (expand-file-name
|
||||||
|
|
Loading…
Add table
Reference in a new issue