summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 94359ce..cb0d2f8 100644
--- a/README.md
+++ b/README.md
@@ -4,13 +4,15 @@ Provides a macroexpand-all function that calls the implementation specific equiv
Supports: `abcl`, `allegro`, `ccl`, `clisp`, `cmucl`, `corman`, `lispworks`, `mkcl`, `sbcl`, `ecl` & `scl`
-If you the function from a supported implementation then the two return values are:
+If you the function from a supported implementation then the three return values are:
- the expanded form
- t
+- t, if the implementation specific equivalent accepts an environment
-If you the function from an usupported implementation then the two return values are:
+If you the function from an usupported implementation then the three return values are:
- the original form
- nil
+- nil
## Example