Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed May 6, 2023
1 parent 7dfbd37 commit e358feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e358feb

Please sign in to comment.