summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-02-09 20:08:02 -0800
committerKaz Kylheku <kaz@kylheku.com>2021-02-09 20:08:02 -0800
commitbc841e51aa219f772baf17295e8927b6ce30dc23 (patch)
tree455a64e6d6eae656ee8c608d40196cea48997215
parent8e0704a1223a1c06ba55f0f90097cbcd95d5bed1 (diff)
downloadtxr-bc841e51aa219f772baf17295e8927b6ce30dc23.tar.gz
txr-bc841e51aa219f772baf17295e8927b6ce30dc23.tar.bz2
txr-bc841e51aa219f772baf17295e8927b6ce30dc23.zip
doc: double nil in list pattern description.
* txr.1: Fix "atom pattern nil nil".
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 7b2717c4..cacc53d0 100644
--- a/txr.1
+++ b/txr.1
@@ -39945,7 +39945,7 @@ to match a longer list.
The syntax is indicated as requiring at least one
.meta pattern
because otherwise the list is empty, which corresponds to the
-atom pattern nil
+atom pattern
.codn nil .
The syntax