# HG changeset patch # User Thien-Thi Nguyen # Date 1094646269 0 # Node ID a806a6bbc178051528a1ebad255f004d354a016b # Parent 440d87c4662b2da2df5013791497dddb1211dd90 (split-string): Docfix. diff -r 440d87c4662b -r a806a6bbc178 lisp/subr.el --- a/lisp/subr.el Wed Sep 08 12:14:42 2004 +0000 +++ b/lisp/subr.el Wed Sep 08 12:24:29 2004 +0000 @@ -2115,7 +2115,7 @@ ;; 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