diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-11-15 06:12:49 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-11-18 14:26:19 -0800 |
commit | debcc99c3faa6bf8eb25fe079882867a8efeae45 (patch) | |
tree | c75064d19a80d1b1010e1f332e339ee39418d3f5 /txr.1 | |
parent | 023fd63d1c354b5e4f0ca3bcc56054865b317eb8 (diff) | |
download | txr-debcc99c3faa6bf8eb25fe079882867a8efeae45.tar.gz txr-debcc99c3faa6bf8eb25fe079882867a8efeae45.tar.bz2 txr-debcc99c3faa6bf8eb25fe079882867a8efeae45.zip |
doc: formatting under Special Structure Functions.
* txr.1: Use .mets instead of .meti on the syntax; this
produces an indentation.
Diffstat (limited to 'txr.1')
-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 |