Update prelude-find-user-init-file docstring

To reference the variable that it actually pulls from now
This commit is contained in:
Geoff Shannon 2014-05-14 19:50:37 -07:00
parent b30cc884b9
commit c380a3f001

View file

@ -551,7 +551,7 @@ This follows freedesktop standards, should work in X servers."
(error "Only X server is supported"))) (error "Only X server is supported")))
(defun prelude-find-user-init-file () (defun prelude-find-user-init-file ()
"Edit the `user-init-file', in another window." "Edit the `prelude-user-init-file', in another window."
(interactive) (interactive)
(find-file-other-window prelude-user-init-file)) (find-file-other-window prelude-user-init-file))