Mercurial > emacs
changeset 57006:a806a6bbc178
(split-string): Docfix.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Wed, 08 Sep 2004 12:24:29 +0000 |
parents | 440d87c4662b |
children | 29d011ae54a8 |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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