]> git.eshelyaron.com Git - emacs.git/commitdiff
(split-string): Remove spurious ")" from doc string.
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2007 14:36:34 +0000 (14:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jan 2007 14:36:34 +0000 (14:36 +0000)
lisp/subr.el

index f37f6ffc2e628d93238598dedf927ae0c1e879d4..c5c12137e559aa058c6741a774abfc3f44810305 100644 (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)'.