diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-06-27 06:21:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-06-27 06:21:50 -0700 |
commit | 41c8d114953772e81aab9bc5add5358bd9c70fb6 (patch) | |
tree | 9a50a2159db0d6327c9143eb139b387cb0f5d09b | |
parent | d5e7ea92ffcde75c4401e009c74d63ee70ba9ff2 (diff) | |
download | txr-41c8d114953772e81aab9bc5add5358bd9c70fb6.tar.gz txr-41c8d114953772e81aab9bc5add5358bd9c70fb6.tar.bz2 txr-41c8d114953772e81aab9bc5add5358bd9c70fb6.zip |
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.
-rw-r--r-- | txr.1 | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |