summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.15
1 files changed, 5 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index beb6209b..aa290163 100644
--- a/txr.1
+++ b/txr.1
@@ -3837,6 +3837,11 @@ source file from which the @(load) form was read. If there was no such
source file (for instance, the script was read from standard input),
then it is resolved relative to the current working directory.
+If the file cannot be opened, then the .txr suffix is added and another
+attempt is made. Thus load expressions need not refer to the suffix.
+In the future, additional suffixes may be searched (compiled versions
+of a file).
+
Loading is performed at evaluation time; it is not a source file inclusion
mechanism. A TXR script is read from beginning to end and parsed prior to
being evaluated.