diff --git a/core/prelude-core.el b/core/prelude-core.el index def4edc..568e6f8 100644 --- a/core/prelude-core.el +++ b/core/prelude-core.el @@ -551,7 +551,7 @@ This follows freedesktop standards, should work in X servers." (error "Only X server is supported"))) (defun prelude-find-user-init-file () - "Edit the `user-init-file', in another window." + "Edit the `prelude-user-init-file', in another window." (interactive) (find-file-other-window prelude-user-init-file))