1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +00:00

(split-string): Remove spurious ")" from doc string.

This commit is contained in:
Eli Zaretskii 2007-01-06 14:36:34 +00:00
parent cc6dbbd2f1
commit 55e4541926

View File

@ -2678,7 +2678,7 @@ are effectively trimmed). If nil, all zero-length substrings are retained,
which correctly parses CSV format, for example.
Note that the effect of `(split-string STRING)' is the same as
`(split-string STRING split-string-default-separators t)'). In the rare
`(split-string STRING split-string-default-separators t)'. In the rare
case that you wish to retain zero-length substrings when splitting on
whitespace, use `(split-string STRING split-string-default-separators)'.