From 13fa12a3de6ff5455be323ed444bfe626f2f5e3c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 15 Sep 2020 11:00:05 +0300 Subject: [PATCH] Tweak a docstring --- core/prelude-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-custom.el b/core/prelude-custom.el index 4e4b9bc..ac97669 100644 --- a/core/prelude-custom.el +++ b/core/prelude-custom.el @@ -69,7 +69,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 `crux-find-user-init-file'. This can be easily set to the desired buffer -in lisp by putting `(setq prelude-user-init-file load-file-name)' +in Lisp by putting `(setq prelude-user-init-file load-file-name)' in the desired elisp file." :type 'string :group 'prelude)