diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-12-18 21:01:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-12-18 21:01:27 -0800 |
commit | a188de0260fbe4f4c940963d0acc7210de4017c3 (patch) | |
tree | 6a3c0b67b03a0ddd4cf3ac3d335fa3af13a049e2 | |
parent | ddb0330c904fac025a6f50219937b204c4c880c7 (diff) | |
download | txr-a188de0260fbe4f4c940963d0acc7210de4017c3.tar.gz txr-a188de0260fbe4f4c940963d0acc7210de4017c3.tar.bz2 txr-a188de0260fbe4f4c940963d0acc7210de4017c3.zip |
Keep summary of place forms up-to-date.
* txr.1: Add the cadr functions, rest, first through tenth,
nthcdr and symbol-value.
-rw-r--r-- | txr.1 | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -10321,16 +10321,28 @@ defined by \*(TX programs. .cblk .mets (car << object ) .mets (first << object ) +.mets (rest << object ) +.mets (second << object ) +.mets (third << object ) +.mets ... +.mets (tenth << object ) .mets (cdr << object ) +.mets (caar << object ) +.mets (cadr << object ) +.mets (cdar << object ) +.mets (cddr << object ) +.mets ... +.mets (cdddddr << object ) +.mets (nthcdr < index << list ) .mets (rest << object ) .mets (vecref < vec << idx ) .mets (chr-str < str << idx ) .mets (gethash < hash < key <> [ alt ]) .mets (dwim < obj-place < index <> [ alt ]) .mets >> [ obj-place < index <> [ alt ]] ;; equivalent to dwim -.mets (symbol-value << symbol ) -.mets (symbol-function << symbol ) -.mets (symbol-macro << symbol ) +.mets (symbol-value << symbol-valued-form ) +.mets (symbol-function << symbol-valued-form ) +.mets (symbol-macro << symbol-valued-form ) .mets (fun << function-name ) .mets (force << promise ) .mets (errno) |