diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-13 07:21:53 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-13 07:21:53 -0700 |
commit | 8629f3e1eb6860d72861800ed5004cf0ae5dd2b3 (patch) | |
tree | 6759fa8e04ff5514aaaefb1020b99de2d2e01041 /stdlib/doc-syms.tl | |
parent | ae644e2046349d2fdb83da88a33bedb565b99dce (diff) | |
download | txr-8629f3e1eb6860d72861800ed5004cf0ae5dd2b3.tar.gz txr-8629f3e1eb6860d72861800ed5004cf0ae5dd2b3.tar.bz2 txr-8629f3e1eb6860d72861800ed5004cf0ae5dd2b3.zip |
New function: macroexpand-place.
* stdlib/place.tl (sys:pl-expand): Function renamed to
macroexpand-place; env parameter becomes optional.
(macroexpand-1-place): New function.
(place-form-p, call-update-expander, call-clobber-expander,
call-delete-expander): Follow rename.
* autoload.c (place_set_entries): Register symbols
macroexpand-place and macroexpand-1-place for autoload.
* txr.1: Documented.
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'stdlib/doc-syms.tl')
-rw-r--r-- | stdlib/doc-syms.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/doc-syms.tl b/stdlib/doc-syms.tl index d6c001c1..e75ad2c7 100644 --- a/stdlib/doc-syms.tl +++ b/stdlib/doc-syms.tl @@ -1185,8 +1185,10 @@ ("macroexpand" "N-02ED5471") ("macroexpand-1" "N-02ED5471") ("macroexpand-1-lisp1" "N-01E62179") + ("macroexpand-1-place" "N-00684FF9") ("macroexpand-lisp1" "N-01E62179") ("macroexpand-params" "N-037EB49A") + ("macroexpand-place" "N-00684FF9") ("macrolet" "N-00AC12C0") ("madv-dontneed" "N-027D1E84") ("madv-normal" "N-027D1E84") |