changeset 75124:f4fe3d3016b1

(split-string): Remove spurious ")" from doc string.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 06 Jan 2007 14:36:34 +0000
parents b4934b436020
children bc854820194e
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Sat Jan 06 14:30:54 2007 +0000
+++ b/lisp/subr.el	Sat Jan 06 14:36:34 2007 +0000
@@ -2678,7 +2678,7 @@
 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)'.