branch: externals/leaf commit c37b31cc1f2bf2b3ae31fa9eac234e879fefc29f Merge: 9eb18e8c9c 442435d517 Author: Naoya Yamashita <con...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #531 from strangepr0gram/master fix typo --- README.md | 2 +- README.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd30d84f47..e02975c6e8 100644 --- a/README.md +++ b/README.md @@ -977,7 +977,7 @@ Now that the proper Elisp packaging practices have become widely known, it is a You can of course set multiple variables and set the evaluation result of the S expression to a variable. -The value set to `custom-face` should also be quoed to emphasize uniformity as `leaf`. +The value set to `custom-face` should also be quoted to emphasize uniformity as `leaf`. ```emacs-lisp (cort-deftest-with-macroexpand leaf/custom diff --git a/README.org b/README.org index 5bd46aff6a..ca11f4bec6 100644 --- a/README.org +++ b/README.org @@ -1096,7 +1096,7 @@ it is a best practice to use ~custom-set-variables~ to customize packages. You can of course set multiple variables and set the evaluation result of the S expression to a variable. -The value set to ~custom-face~ should also be quoed to emphasize uniformity as ~leaf~. +The value set to ~custom-face~ should also be quoted to emphasize uniformity as ~leaf~. #+begin_src emacs-lisp (cort-deftest-with-macroexpand leaf/custom