summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWieland Hoffmann <themineo@gmail.com>2016-09-03 10:44:56 +0200
committerWieland Hoffmann <themineo@gmail.com>2016-09-03 10:44:56 +0200
commit190b2130bd5d0a8ca8143c020e521e581effc8a9 (patch)
tree5677b2161c173b3f505ec990ab00c21e62a38e5e
parenteda6b0d6ca856d66f32b2718887ff02ea5c94d16 (diff)
Escape a backtick
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 12627da..37fd1b9 100755
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ inserting angle brackets is, so you can add this:
Don't worry about having two entries for `<` surround will take the first.
Or in Emacs Lisp modes using \` to enter \` ' is quite useful, but not adding a
-pair of ` (the default behavior if no entry in `evil-surround-pairs-alist` is
+pair of \` (the default behavior if no entry in `evil-surround-pairs-alist` is
present), so you can do this:
(add-hook 'emacs-lisp-mode-hook (lambda ()