aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil clingman <1778139+tslilc@users.noreply.github.com>2020-03-24 18:16:11 -0700
committerGitHub <noreply@github.com>2020-03-24 18:16:11 -0700
commit0ab345963d7baf0189acc64d331a07c907edfb46 (patch)
tree87f10e3a9a924e95bd25722453b5dc97c7705081
parentce660e20afad8ffafd5d9e84e0990b8fadb3b963 (diff)
Fixed unmatched backtick causing formatting issues
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d89bf1f..f27c9f1 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ An emacs minor mode to surround the region with smart delimiters interactively.
When the region is active, most input¹ is redirected to the minibuffer and
treated as a delimiter for the region. The input is used as the left delimiter
from which the right one is derived using `siege-transform-regexs` applied to
-tokens generated by `siege-boundary-list' and `siege-block-*`. If such
+tokens generated by `siege-boundary-list` and `siege-block-*`. If such
derivations are not desired they may be disabled via "C-c a" in the minibuffer
or by default (`siege-default-derive`). This process may be explicitly invoked
by calling `siege-explicit-call`, bound to "M-s M-s".