summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-11-22 22:34:25 -0800
committerKaz Kylheku <kaz@kylheku.com>2016-11-22 22:34:25 -0800
commit7fd5230cd6e395de3be11ac72aae09967c36d5c6 (patch)
tree07b53e171e1daa5f1d23eac3cefcef87abdcfea7
parentb639319ea15e6b9284a7416e8d33e604d57575fa (diff)
downloadtxr-7fd5230cd6e395de3be11ac72aae09967c36d5c6.tar.gz
txr-7fd5230cd6e395de3be11ac72aae09967c36d5c6.tar.bz2
txr-7fd5230cd6e395de3be11ac72aae09967c36d5c6.zip
doc: small revision in intro text.
* txr.1: Mention support for OOP.
-rw-r--r--txr.16
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.1 b/txr.1
index b16e2a38..2effcf39 100644
--- a/txr.1
+++ b/txr.1
@@ -385,9 +385,9 @@ lists, and for combining sub-queries using logical conjunction, disjunction and
negation, and numerous others.
Furthermore, embedded within \*(TX is a powerful Lisp dialect. \*(TL supports
-functional and imperative programming, and provides data types such as symbols,
-strings, vectors, hash tables with weak reference support, lazy lists, and
-arbitrary-precision (bignum integers).
+functional, imperative and object-oriented programming, and provides data types
+such as symbols, strings, vectors, hash tables with weak reference support,
+lazy lists, and arbitrary-precision (bignum integers).
.SH* ARGUMENTS AND OPTIONS