From 203998e5c139c0fee51d23127472d22e4a0551d2 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 8 Sep 2004 12:24:29 +0000 Subject: [PATCH] (split-string): Docfix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 49b85e1839..d46263d383 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 -- 2.20.1