aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5eef573..b18153c 100644
--- a/README.org
+++ b/README.org
@@ -126,7 +126,7 @@ and whose ~CDR~ varies depending on the value of the ~CAR~.
|----------------------+--------------------------------------------------|
| ~(:or . PATTERNS)~ | Matches one of PATTERNS, checked left to right. |
|----------------------+--------------------------------------------------|
- | ~(:= . LITERAL)~ | Literal pattern matches. They match exactly |
+ | ~(:= LITERAL)~ | Literal pattern matches. They match exactly |
| ~(:seq= . LITERALS)~ | their arguments (according to EQUALP). These |
| ~(:?= LITERAL)~ | variants behave like their counterparts above, |
| ~(:*= LITERAL)~ | except with literal value matches instead of |