From 6e2577dc66c2c6528f5e360ac83c383704ae11fc Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 15 Aug 2023 06:53:25 -0700 Subject: readme --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 9c02ed1..0b08ad0 100644 --- a/README.org +++ b/README.org @@ -37,7 +37,7 @@ In ~/examples/calc.lisp~ you see the following ~deflanguage~: #+end_src -This defines a cacluator language that you can use like so: +This defines a calculator language that you can use like so: #+begin_src lisp @@ -59,7 +59,7 @@ This defines a cacluator language that you can use like so: #+end_src The symbol ~calc~ also has a function docstring. If you are using -slime, you can evoke ~M-x slime-documentation~ with your cursor over +[[HTTPS://slime.common-lisp.dev/][SLIME]], you can evoke ~M-x slime-documentation~ with your cursor over the ~calc~ symbol to see this: #+begin_src @@ -154,7 +154,7 @@ and whose ~CDR~ varies depending on the value of the ~CAR~. |----------------------+--------------------------------------------------| | ~(:item)~ | Matches any token in TOKENS. | |----------------------+--------------------------------------------------| - | ~(:eof)~ | Excplicitly matches the end of the TOKENS list. | + | ~(:eof)~ | Explicitly matches the end of the TOKENS list. | |----------------------+--------------------------------------------------| -- cgit v1.2.3