From: Eli Zaretskii Date: Sat, 6 Jan 2007 14:36:34 +0000 (+0000) Subject: (split-string): Remove spurious ")" from doc string. X-Git-Tag: emacs-pretest-22.0.93~223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55e45419266693dfc7e19d608ce0b4e13879b3fc;p=emacs.git (split-string): Remove spurious ")" from doc string. --- diff --git a/lisp/subr.el b/lisp/subr.el index f37f6ffc2e6..c5c12137e55 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)'.