diff options
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | |