summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-10 19:48:49 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-10 19:48:49 -0700
commit49ee63ab0b91549ab7f5e320921954928241d9e3 (patch)
tree97b0491e2025d2d3b5ef0e2703e647c72fce40d0 /txr.1
parentec9b11f8e4f8308b479038e2b99497edd8bf9592 (diff)
downloadtxr-49ee63ab0b91549ab7f5e320921954928241d9e3.tar.gz
txr-49ee63ab0b91549ab7f5e320921954928241d9e3.tar.bz2
txr-49ee63ab0b91549ab7f5e320921954928241d9e3.zip
Fix misspelled :toinger filter.
The manual documents a filter called :tointeger, but it has never existed. The keyword was misspelled in the source code from the beginning as :toinger. I'm fixing the typo and renaming the filter to :toint at the same time. * filter.c (tointeger_k, toint_k): Former renamed to latter. (filter_init): Initialize toint_k with correctly spelled symbol. Register filter under toint_k. * filter.h (tointeger_k, toint_k): Former renamed to latter. * txr.1: Changed mention of :tointeger to :toint.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index cfcc1925..984c68e7 100644
--- a/txr.1
+++ b/txr.1
@@ -7684,7 +7684,7 @@ with a radix of 10.
Non-numeric junk results in the object
.codn nil .
-.coIP :tointeger
+.coIP :toint
Converts strings to integers as if using
.code int-str
with a radix of 10.