We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a25590 commit 6ed8e29Copy full SHA for 6ed8e29
auto-compile.el
@@ -501,7 +501,7 @@ multiple files is toggled as follows:
501
502
(defun auto-compile-source-file-p (file)
503
"Return non-nil if FILE ends with the suffix \".el\".
504
-Optionaly that suffix may be followed by one listed in
+Optionally that suffix may be followed by one listed in
505
`load-file-rep-suffixes'."
506
(string-match-p (format "\\.el%s\\'" (regexp-opt load-file-rep-suffixes))
507
file))
0 commit comments