From b30cc884b9d29df5c79bbc2b5b1ba01cff612205 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Wed, 14 May 2014 19:50:01 -0700 Subject: [PATCH] Rewrite the doc string to be less bad --- core/prelude-custom.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/prelude-custom.el b/core/prelude-custom.el index d617a24..2a87c7a 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -67,11 +67,12 @@ Will only occur if `prelude-whitespace' is also enabled." (defcustom prelude-user-init-file (concat user-emacs-directory "personal/") "Path to your personal customization file. - -Since Prelude recommends you only put personal customizations in -the personal folder. This can be easily set to the desired buffer +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 the file that should be accessed with `prelude-find-user-init-file'." +in the desired elisp file." :type 'string :group 'prelude)