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
commit71c7daa5bc92a7dd931de5cdd6d0e239a4e717d7 (patch)
tree455a64e6d6eae656ee8c608d40196cea48997215
parent39b06f31618dd82637dc7385fc335cf457b35d3a (diff)
downloadtxr-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.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