From ec81fc30a4f6cc404523b3652673ce13896bcb1d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 8 Sep 2019 20:56:50 -0400 Subject: [PATCH] Minor correction to comment --- core/cli/autoloads.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli/autoloads.el b/core/cli/autoloads.el index eb164c7b9..c9add4dca 100644 --- a/core/cli/autoloads.el +++ b/core/cli/autoloads.el @@ -379,7 +379,7 @@ This should be run whenever your `doom!' block or update your packages." (noninteractive t) (backup-inhibited t) (version-control 'never) - (case-fold-search nil) ; reduce magit + (case-fold-search nil) ; reduce magic (autoload-timestamps nil)) (print! (start "Regenerating package autoloads file"))