From d55daca02033bab4d8701455af7f8b413fb51e0c Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:08:10 -0400 Subject: [PATCH] Update docstring --- early-init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index a787ffe..730122f 100644 --- a/early-init.el +++ b/early-init.el @@ -94,7 +94,8 @@ If nil, these variables are left at their default values and are not modified during setup.") (defvar minimal-emacs-user-directory user-emacs-directory - "The default value of the `user-emacs-directory' variable.") + "Directory beneath minimal-emacs.d files are placed. +Note that this should end with a directory separator.") ;;; Load pre-early-init.el