Merge pull request #538 from RadicalZephyr/user-init-file-fix
Remove terrible suggestion from docstring
This commit is contained in:
commit
bfeb85f16d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Prelude recommends you only put personal customizations in the
|
|||
personal folder. This variable allows you to specify a specific
|
||||
folder as the one that should be visited when running
|
||||
`prelude-find-user-init-file'. This can be easily set to the desired buffer
|
||||
in lisp by putting `(setq prelude-user-init-file buffer-file-name)'
|
||||
in lisp by putting `(setq prelude-user-init-file load-file-name)'
|
||||
in the desired elisp file."
|
||||
:type 'string
|
||||
:group 'prelude)
|
||||
|
|
Loading…
Reference in a new issue