From 401e214ebabadc2d44bdf5115b0f1cc64f6cfb93 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 19 Aug 2020 11:58:01 -0700 Subject: doc: clarify *load-path* treatment under @(load) * txr.1: Make it clear that pure-rel-path-p is applied to the target path coming from the @(load) directive, and not to the value in *load-path*. --- txr.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/txr.1 b/txr.1 index 1f3ba0ce..c6656f75 100644 --- a/txr.1 +++ b/txr.1 @@ -8578,7 +8578,9 @@ If the value of the .code *load-path* variable has a current value which is not .code nil -and the path is pure relative according to the +and the path given in +.meta expr +is pure relative according to the .code pure-rel-path-p function, then the effective path is interpreted taken relative to the directory portion of the path which is stored in -- cgit v1.2.3