From debcc99c3faa6bf8eb25fe079882867a8efeae45 Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Fri, 15 Nov 2019 06:12:49 -0800
Subject: doc: formatting under Special Structure Functions.

* txr.1: Use .mets instead of .meti on the syntax; this
produces an indentation.
---
 txr.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/txr.1 b/txr.1
index b47607e3..56b35544 100644
--- a/txr.1
+++ b/txr.1
@@ -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
-- 
cgit v1.2.3