Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 29, 2024
1 parent d38a1a0 commit 1bd1108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/2024-03-09-emacs-regex-literals.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ snippet](https://lists.gnu.org/archive/html/emacs-devel/2024-03/msg00282.html).

This solution worked great, until I've found that it don't properly handle Scheme expression
comments `#;`, that are part of the solution. In the meantime on the mailing list there was discussion
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`.
So soon you may not need a hack like this when working with regular expressions.

This is a proposed solution after I said that the code doesn't work for Scheme expression comments.
Expand Down

0 comments on commit 1bd1108

Please sign in to comment.