We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dfbd37 commit e358febCopy full SHA for e358feb
1 file changed
README.md
@@ -561,9 +561,9 @@ search for the forms that we want to patch in the original definition
561
and patch only those. Enter `el-patch` templates.
562
563
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
+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
567
568
(el-patch-define-template
569
(defun (el-patch-swap restart-emacs radian-new-emacs))
0 commit comments