branch: elpa/raku-mode
commit 07b36e8506dade42bee61cf5b8d8c3dd26b83e7f
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
Amend comment about magic-mode-alist a bit
---
perl6-detect.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/perl6-detect.el b/perl6-detect.el
index abafb5ef42..964b4ecd8d 100644
--- a/perl6-detect.el
+++ b/perl6-detect.el
@@ -2,10 +2,10 @@
;;; Commentary:
-;; Yes, we are adding to `magic-mode-alist' here. Perl 6 specifies the
-;; same file extensions as Perl 5, so for those files we look at the
-;; first line of code to determine whether to call `perl6-mode'
-;; instead of `perl-mode'.
+;; Yes, we are adding to `magic-mode-alist' here. Perl 6 uses the same
+;; file extensions as Perl 5, and we want the mode to work out of the box.
+;; So for those files we look at the first line of code to determine
+;; whether to call `perl6-mode' instead of `perl-mode'.
;;; Code: