Update prelude-find-user-init-file docstring
To reference the variable that it actually pulls from now
This commit is contained in:
parent
b30cc884b9
commit
c380a3f001
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue