Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 14, 2023
1 parent 3a25590 commit 6ed8e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-compile.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 6ed8e29

Please sign in to comment.