branch: externals/leaf commit 442435d517223386ab95a965f972c099a671aeb8 Author: strangepr0gram <serban.dob...@gmail.com> Commit: strangepr0gram <serban.dob...@gmail.com>
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