diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-05-20 08:27:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-05-20 08:27:00 -0700 |
commit | 0641abc494c3588d9201d354c92bc6901aa2ef5a (patch) | |
tree | d665c52dfea486ecce24f04cb35c7049c46716b8 /txr.1 | |
parent | c5cb755b237d8d96141569b9838428575b0d4992 (diff) | |
download | txr-0641abc494c3588d9201d354c92bc6901aa2ef5a.tar.gz txr-0641abc494c3588d9201d354c92bc6901aa2ef5a.tar.bz2 txr-0641abc494c3588d9201d354c92bc6901aa2ef5a.zip |
* txr.1: Corrected wrong function name in documentation
for split-str-set.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7540,12 +7540,12 @@ This operation is nondestructive: <string> is not modified in any way. .TP Syntax: - (split-str <string> <set>) + (split-str-set <string> <set>) .TP Description: -The split-str function breaks the <string> into pieces, returing a list +The split-str-set function breaks the <string> into pieces, returing a list thereof. The <sep> argument must be a string. It specifies a set of characters. All occurences of any of these characters within <string> are identified, and are removed from <string>. The string is broken into pieces |