From e358febcb03f71f3aed4b37f99990ae865f1124b Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 6 May 2023 15:30:27 -0700 Subject: [PATCH] Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5447f1..d3de2d5 100644 --- a/README.md +++ b/README.md @@ -561,9 +561,9 @@ search for the forms that we want to patch in the original definition and patch only those. Enter `el-patch` templates. As an example, say we want to define a patch of `restart-emacs` so -that the it starts a new emacs instance without killing the current -one. Instead of defining a patch that includes the complete definition -of `restart-emacs`, we can define a template as follows +that it starts a new emacs instance without killing the current one. +Instead of defining a patch that includes the complete definition of +`restart-emacs`, we can define a template as follows (el-patch-define-template (defun (el-patch-swap restart-emacs radian-new-emacs))