diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-08-19 11:58:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-08-19 11:58:01 -0700 |
commit | 401e214ebabadc2d44bdf5115b0f1cc64f6cfb93 (patch) | |
tree | 1f99134ba88937cf4966a3f817e3028daf59a146 /txr.1 | |
parent | 7f17d9b257eee0b2848a4fbb83b12ea142c454b0 (diff) | |
download | txr-401e214ebabadc2d44bdf5115b0f1cc64f6cfb93.tar.gz txr-401e214ebabadc2d44bdf5115b0f1cc64f6cfb93.tar.bz2 txr-401e214ebabadc2d44bdf5115b0f1cc64f6cfb93.zip |
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*.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |