From f2d60094af617dd2215dfa8d3fa9e742acfab1cd Mon Sep 17 00:00:00 2001
From: Kaz Kylheku <kaz@kylheku.com>
Date: Thu, 14 Dec 2017 19:25:14 -0800
Subject: doc: swapped words in continuations description.

* txr.1: Paragraph about sys:cont-poison must say
"continuation's evaluation frames" not "evaluation's
continuation frames"
---
 txr.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'txr.1')

diff --git a/txr.1 b/txr.1
index 541fa373..85d1c2df 100644
--- a/txr.1
+++ b/txr.1
@@ -37373,7 +37373,7 @@ is passed to the continuation function, the continuation will be
 resumed in a different manner: its context will be restored as in the
 ordinary resume case, whereupon it will be immediately abandoned by
 a nonlocal exit, causing unwinding to take place across all of the
-evaluation's continuation frames. The function then returns
+continuation's evaluation frames. The function then returns
 .codn nil .
 
 If the symbol
-- 
cgit v1.2.3