Browse Source

Update prelude-find-user-init-file docstring

To reference the variable that it actually pulls from now
custom
Geoff Shannon 12 years ago
parent
commit
c380a3f001
  1. 2
      core/prelude-core.el

2
core/prelude-core.el

@ -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…
Cancel
Save