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 | 71c7daa5bc92a7dd931de5cdd6d0e239a4e717d7 (patch) | |
tree | 455a64e6d6eae656ee8c608d40196cea48997215 | |
parent | 39b06f31618dd82637dc7385fc335cf457b35d3a (diff) | |
download | txr-71c7daa5bc92a7dd931de5cdd6d0e239a4e717d7.tar.gz txr-71c7daa5bc92a7dd931de5cdd6d0e239a4e717d7.tar.bz2 txr-71c7daa5bc92a7dd931de5cdd6d0e239a4e717d7.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 |