diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2023-03-23 18:56:15 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2023-03-23 18:56:15 -0700 |
commit | 1c09e666db759a7c056506bc96a2f8bbf298f138 (patch) | |
tree | f6fe845f7d3cfd4aa4e4e1e31160f60f35ecf27f | |
parent | d2516225e7e8d5b3aeb5fed3c38d8c47523fd634 (diff) | |
download | txr-1c09e666db759a7c056506bc96a2f8bbf298f138.tar.gz txr-1c09e666db759a7c056506bc96a2f8bbf298f138.tar.bz2 txr-1c09e666db759a7c056506bc96a2f8bbf298f138.zip |
doc: no such symbol as macroexpand-place-1
* txr.1: Replace macroexpand-place-1 with macroexpand-1-place.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44124,7 +44124,7 @@ these functions expand the place macro form and return the expanded form. Otherwise, they return .metn form . -.code macroexpand-place-1 +.code macroexpand-1-place performs a single expansion, expanding only the place the macro that is referenced by the symbol in the first position of .metn form , @@ -44151,7 +44151,7 @@ This process is iterated until a fixed point is reached. The optional .meta env parameter is a macro environment. Note: the -.code macroexpand-place-1 +.code macroexpand-1-place function ignores the .meta env parameter, which could change in the future. |