We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38a1a0 commit 1bd1108Copy full SHA for 1bd1108
docs/blog/2024-03-09-emacs-regex-literals.md
@@ -61,7 +61,7 @@ snippet](https://lists.gnu.org/archive/html/emacs-devel/2024-03/msg00282.html).
61
62
This solution worked great, until I've found that it don't properly handle Scheme expression
63
comments `#;`, that are part of the solution. In the meantime on the mailing list there was discussion
64
-about this feature (probably becase it's part of GNU Kawa) to integrate with builtin `scheme.el`.
+about this feature (probably because it's part of GNU Kawa) to integrate with builtin `scheme.el`.
65
So soon you may not need a hack like this when working with regular expressions.
66
67
This is a proposed solution after I said that the code doesn't work for Scheme expression comments.
0 commit comments