Skip to content

Commit 6ed8e29

Browse files
committed
docs: Fix typo
1 parent 3a25590 commit 6ed8e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-compile.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ multiple files is toggled as follows:
501501

502502
(defun auto-compile-source-file-p (file)
503503
"Return non-nil if FILE ends with the suffix \".el\".
504-
Optionaly that suffix may be followed by one listed in
504+
Optionally that suffix may be followed by one listed in
505505
`load-file-rep-suffixes'."
506506
(string-match-p (format "\\.el%s\\'" (regexp-opt load-file-rep-suffixes))
507507
file))

0 commit comments

Comments
 (0)