From 6ed8e29d23c6c91f8c98f18ff745d2475d6f6a38 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 14 Jul 2023 02:16:02 +0200 Subject: [PATCH] docs: Fix typo --- auto-compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-compile.el b/auto-compile.el index d061153..3e60ae8 100644 --- a/auto-compile.el +++ b/auto-compile.el @@ -501,7 +501,7 @@ multiple files is toggled as follows: (defun auto-compile-source-file-p (file) "Return non-nil if FILE ends with the suffix \".el\". -Optionaly that suffix may be followed by one listed in +Optionally that suffix may be followed by one listed in `load-file-rep-suffixes'." (string-match-p (format "\\.el%s\\'" (regexp-opt load-file-rep-suffixes)) file))