From 9f8277b2c4af6842de131c61e87f7eac2f50d3cf Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 25 Oct 2019 18:22:19 -0400 Subject: [PATCH] Correct doom/reload-autoloads docstring --- core/autoload/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/autoload/config.el b/core/autoload/config.el index 948bf336f..e345e7ab7 100644 --- a/core/autoload/config.el +++ b/core/autoload/config.el @@ -80,8 +80,8 @@ Runs `doom-reload-hook' afterwards." "Reload only `doom-autoload-file' and `doom-package-autoload-file'. This is much faster and safer than `doom/reload', but not as comprehensive. This -reloads your package and module visibility, but does not enable/disable It does -not reload your private config. +reloads your package and module visibility, but does not install new packages or +remove orphaned ones. It also doesn't reload your private config. It is useful to only pull in changes performed by 'doom refresh' on the command line."