From 0641abc494c3588d9201d354c92bc6901aa2ef5a Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 20 May 2013 08:27:00 -0700 Subject: * txr.1: Corrected wrong function name in documentation for split-str-set. --- txr.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 433c74c2..799fb0d1 100644 --- a/txr.1 +++ b/txr.1 @@ -7540,12 +7540,12 @@ This operation is nondestructive: is not modified in any way. .TP Syntax: - (split-str ) + (split-str-set ) .TP Description: -The split-str function breaks the into pieces, returing a list +The split-str-set function breaks the into pieces, returing a list thereof. The argument must be a string. It specifies a set of characters. All occurences of any of these characters within are identified, and are removed from . The string is broken into pieces -- cgit v1.2.3