From c380a3f0018a859265eec8465774b8c74e1d2bcb Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Wed, 14 May 2014 19:50:37 -0700 Subject: [PATCH] Update prelude-find-user-init-file docstring To reference the variable that it actually pulls from now --- core/prelude-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))