]> code.delx.au - gnu-emacs/commitdiff
(split-string): Docfix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 8 Sep 2004 12:24:29 +0000 (12:24 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Wed, 8 Sep 2004 12:24:29 +0000 (12:24 +0000)
lisp/subr.el

index 49b85e1839420d6940a43a1dc27cb46a4e1e5596..d46263d383da73432a87f0639dbce8b3f4ee4426 100644 (file)
@@ -2115,7 +2115,7 @@ likely to have undesired semantics.")
 ;; expression leads to the equivalent implementation that if SEPARATORS
 ;; is defaulted, OMIT-NULLS is treated as t.
 (defun split-string (string &optional separators omit-nulls)
-  "Splits STRING into substrings bounded by matches for SEPARATORS.
+  "Split STRING into substrings bounded by matches for SEPARATORS.
 
 The beginning and end of STRING, and each match for SEPARATORS, are
 splitting points.  The substrings matching SEPARATORS are removed, and