From 05aa761b4c7ba1ee50020aebee28751d5a51a2e9 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 20 Dec 2022 17:39:38 -0500 Subject: [PATCH] Fix error in docstring --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 3fffaaf..a75342a 100644 --- a/init.el +++ b/init.el @@ -216,7 +216,7 @@ If `user/init-file' points to a symlink, nothing will be downloaded." (user/byte-compile-init-files)))) (defun user/refresh-packages () - "Refresh packages that have been configured for use in the user init file. + "Refresh packages that have been configured for use in the user init file. This is accomplished by deleting `package-user-dir' and recompiling the user init file, which initializes the package manager during compile time."