branch: elpa/raku-mode
commit 2f3b6f5eec41b29ddef5c918bb97897584683775
Author: Hinrik Örn Sigurðsson <[email protected]>
Commit: Hinrik Örn Sigurðsson <[email protected]>
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