diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-11-15 06:12:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-11-15 06:12:49 -0800 |
commit | 5df91cebdc62b32f155ebb57e8ddb6e166055a92 (patch) | |
tree | c75064d19a80d1b1010e1f332e339ee39418d3f5 | |
parent | c4872d6cd3fe5c70744a7510dba2bdfe69798453 (diff) | |
download | txr-5df91cebdc62b32f155ebb57e8ddb6e166055a92.tar.gz txr-5df91cebdc62b32f155ebb57e8ddb6e166055a92.tar.bz2 txr-5df91cebdc62b32f155ebb57e8ddb6e166055a92.zip |
doc: formatting under Special Structure Functions.
* txr.1: Use .mets instead of .meti on the syntax; this
produces an indentation.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27876,7 +27876,7 @@ However, those introduced as "Function" do not operate on an instance. For brevity, their syntax is nevertheless exemplified as .verb -.meti << object .'['function-name < arg << ... ']' +.mets << object .'['function-name < arg << ... ']' .brev If such a invocation is actually used, the @@ -27889,7 +27889,7 @@ doesn't participate in the call. An object is not required since the function can be called using .verb -.meti [(static-slot < type 'function-name) < arg << ... ] +.mets [(static-slot < type 'function-name) < arg << ... ] .brev which looks up the function in the struct |