diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:08:02 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-02-09 20:08:02 -0800 |
commit | bc841e51aa219f772baf17295e8927b6ce30dc23 (patch) | |
tree | 455a64e6d6eae656ee8c608d40196cea48997215 | |
parent | 8e0704a1223a1c06ba55f0f90097cbcd95d5bed1 (diff) | |
download | txr-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.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |