summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-07-03 15:12:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-07-03 15:12:46 -0700
commit3dd16038b38371bdba85a7ffb8af6d0049e88a83 (patch)
tree2e425e6308c62a2f71254e9a32301df25b7729a6
parent1379dfa1420db38482c3e64b9217be6777b4a05d (diff)
downloadtxr-3dd16038b38371bdba85a7ffb8af6d0049e88a83.tar.gz
txr-3dd16038b38371bdba85a7ffb8af6d0049e88a83.tar.bz2
txr-3dd16038b38371bdba85a7ffb8af6d0049e88a83.zip
doc: find-true spelling error.
* txr.1: Fix "funtion" in description of new find-true function.
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index 55d9f535..4b7e7236 100644
--- a/txr.1
+++ b/txr.1
@@ -33568,7 +33568,7 @@ then these cells are taken as their keys.
The
.code find-true
-funtion's argument conventions and search semantics are identical to those of
+function's argument conventions and search semantics are identical to those of
.codn find-if ,
but the return value is different. Instead of returning the found item,
.code find-true