From 7e57f47b285184039032caf7ff5531c49b58674f Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 29 Jan 2015 06:19:36 -0800 Subject: * txr.1: fixed use of nonexistent str-int in @(require) example; fixed bad formatting under logtrunc and partition. --- ChangeLog | 5 +++++ txr.1 | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17da1251..7435df78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-01-29 Kaz Kylheku + + * txr.1: fixed use of nonexistent str-int in @(require) example; + fixed bad formatting under logtrunc and partition. + 2015-01-28 Kaz Kylheku * eval.c (get_opt_param_syms): Fix broken function. This diff --git a/txr.1 b/txr.1 index 5d064cc7..30687b9d 100644 --- a/txr.1 +++ b/txr.1 @@ -8932,7 +8932,7 @@ Trigger a failure unless previously bound variable is greater than 42: .cblk - @(require (> (str-int answer) 42) + @(require (> (int-str answer) 42) .cble .SS* Overview @@ -13555,7 +13555,6 @@ of one element. .mets (partition* < sequence >> { index-list >> | index <> | function }) .syne .desc - If .meta sequence is empty, then @@ -13584,7 +13583,6 @@ the deleted elements. If .meta index-list is empty then a one-element list containing the entire - .meta sequence is returned. @@ -19209,8 +19207,8 @@ common. The following equivalence holds: .coNP Functions @ lognot and @ logtrunc .synb -.mets (lognot > value <> [ bits ]) -.mets (logtrunc > value << bits ) +.mets (lognot < value <> [ bits ]) +.mets (logtrunc < value << bits ) .syne .desc The -- cgit v1.2.3