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
commit7c612f283d4c36dc49b90a7675f76512e3488719 (patch)
tree07b53e171e1daa5f1d23eac3cefcef87abdcfea7
parent98795afd3ef15173c08ce6d057ca304ad8d3429f (diff)
downloadtxr-7c612f283d4c36dc49b90a7675f76512e3488719.tar.gz
txr-7c612f283d4c36dc49b90a7675f76512e3488719.tar.bz2
txr-7c612f283d4c36dc49b90a7675f76512e3488719.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