From: Thien-Thi Nguyen Date: Wed, 8 Sep 2004 12:24:29 +0000 (+0000) Subject: (split-string): Docfix. X-Git-Tag: ttn-vms-21-2-B4~5001 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=203998e5c139c0fee51d23127472d22e4a0551d2;p=emacs.git (split-string): Docfix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 49b85e18394..d46263d383d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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