diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-01 07:33:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-01 07:33:20 -0700 |
commit | 3ec552c32b19ba6f236e116de5e7ccf3d0a6e663 (patch) | |
tree | b2f93fac03a6c2d776ffbae78a2da2fc448a6da1 | |
parent | c8332b8695ca6a9748fc8ab2fd9e3f9fe74240e8 (diff) | |
download | txr-3ec552c32b19ba6f236e116de5e7ccf3d0a6e663.tar.gz txr-3ec552c32b19ba6f236e116de5e7ccf3d0a6e663.tar.bz2 txr-3ec552c32b19ba6f236e116de5e7ccf3d0a6e663.zip |
Fix bad .meta/.metn formatting.
* txr.1: Fixed incorrect macro use under
in, mapdo, set, and getenv.
-rw-r--r-- | txr.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -19134,7 +19134,7 @@ if it finds in .meta sequence or -.metn hash, +.metn hash , otherwise .codn nil . @@ -19697,7 +19697,7 @@ arguments are given, then iterates over the sequences in parallel, extracting parallel tuples of items. These tuples are passed as arguments to -.metn function, +.metn function , which must accept as many arguments as there are sequences. @@ -21848,8 +21848,8 @@ If there are two arguments, and .metn new-value , then -.meta place is evaluated to determine its storage location, -then +.meta place +is evaluated to determine its storage location, then .meta new-value is evaluated to determine the value to be stored there, and then the value is stored in that location. Finally, @@ -30226,7 +30226,7 @@ then the variable is overwritten if it already exists. If the argument is false, then the variable is not modified if it already exists. If the argument is not specified, it defaults to the value -.metn t, +.metn t , effectively giving rise to a two-argument form of .code setenv which creates or overwrites environment variables. |