From 03589fc7423d1c0e578da8021b01bb5c56e2f679 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 27 Jun 2019 06:21:50 -0700 Subject: doc: update syntactic places. * txr.1: Update the list of syntactic places to list all the new places that have been added, plus a few additional edits. --- txr.1 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/txr.1 b/txr.1 index 324ad7d3..5bb723fb 100644 --- a/txr.1 +++ b/txr.1 @@ -12685,9 +12685,11 @@ defined by \*(TX programs. .mets (cddr << object ) .mets ... .mets (cdddddr << object ) -.mets (nthcdr < index << list ) -.mets (nthlast < index << list ) -.mets (butlastn < num << list ) +.mets (nthcdr < index << obj ) +.mets (nthlast < index << obj ) +.mets (butlastn < num << obj ) +.mets (last < num << obj ) +.mets (nth < index << obj ) .mets (ref < seq << idx ) .mets (sub < sequence >> [ from <> [ to ]]) .mets (vecref < vec << idx ) @@ -12695,6 +12697,9 @@ defined by \*(TX programs. .mets (gethash < hash < key <> [ alt ]) .mets (hash-userdata << hash ) .mets (dwim < obj-place < index <> [ alt ]) +.mets (sub-list < obj >> [ from <> [ to ]]) +.mets (sub-vec < obj >> [ from <> [ to ]]) +.mets (sub-str < str >> [ from <> [ to ]]) .mets >> [ obj-place < index <> [ alt ]] ;; equivalent to dwim .mets (symbol-value << symbol-valued-form ) .mets (symbol-function << function-name-valued-form ) @@ -12706,6 +12711,8 @@ defined by \*(TX programs. .mets (qref < struct-obj << slot-name ) ;; by macro-expansion to (slot ...) .mets < struct-obj . < slot-name ;; equivalent to qref .mets (sock-peer << socket ) +.mets (carray-sub < carray >> [ from <> [ to ]]) +.mets (sub-buf < buf >> [ from <> [ to ]]) .onom .NP* Built-In Place-Mutating Operators -- cgit v1.2.3