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

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

[nongnu] elpa/raku-mode 2f3b6f5eec 039/253: Remvoe superfluous space


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode 2f3b6f5eec 039/253: Remvoe superfluous space
Date: Sat, 29 Jan 2022 08:28:37 -0500 (EST)

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

    Remvoe superfluous space
---
 perl6-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl6-font-lock.el b/perl6-font-lock.el
index 0f5e67a690..334971cf2a 100644
--- a/perl6-font-lock.el
+++ b/perl6-font-lock.el
@@ -238,7 +238,7 @@ LENGTH is the length of the brackets (e.g. 2 for a 
<<foo>>)."
                                'syntax-table (string-to-syntax "!"))))))))
 
 (defun perl6-syntax-propertize-angles (open-angles)
-  "Add syntax properties to angle-bracketed quotes (e.g. <foo > and «bar»).
+  "Add syntax properties to angle-bracketed quotes (e.g. <foo> and «bar»).
 
 OPEN-ANGLES is the opening delimiter (e.g. \"«\" or \"<<\")."
   (with-syntax-table perl6-bracket-syntax-table



reply via email to

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