Skip to content

Commit e358feb

Browse files
committed
Fix typo
1 parent 7dfbd37 commit e358feb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,9 @@ search for the forms that we want to patch in the original definition
561561
and patch only those. Enter `el-patch` templates.
562562

563563
As an example, say we want to define a patch of `restart-emacs` so
564-
that the it starts a new emacs instance without killing the current
565-
one. Instead of defining a patch that includes the complete definition
566-
of `restart-emacs`, we can define a template as follows
564+
that it starts a new emacs instance without killing the current one.
565+
Instead of defining a patch that includes the complete definition of
566+
`restart-emacs`, we can define a template as follows
567567

568568
(el-patch-define-template
569569
(defun (el-patch-swap restart-emacs radian-new-emacs))

0 commit comments

Comments
 (0)