From 83788938a4936726598b64fb5059fa5ce55f828a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 23 Mar 2023 18:56:15 -0700 Subject: doc: no such symbol as macroexpand-place-1 * txr.1: Replace macroexpand-place-1 with macroexpand-1-place. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/txr.1 b/txr.1 index 1d1046d3..802a7c1c 100644 --- a/txr.1 +++ b/txr.1 @@ -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. -- cgit v1.2.3