emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode 07b36e8506 114/253: Amend comment about magic-mo


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 07b36e8506 114/253: Amend comment about magic-mode-alist a bit
Date: Sat, 29 Jan 2022 08:28:47 -0500 (EST)

branch: elpa/raku-mode
commit 07b36e8506dade42bee61cf5b8d8c3dd26b83e7f
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Commit: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

    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:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]