diff options
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 2115 | ;; expression leads to the equivalent implementation that if SEPARATORS | 2115 | ;; expression leads to the equivalent implementation that if SEPARATORS |
| 2116 | ;; is defaulted, OMIT-NULLS is treated as t. | 2116 | ;; is defaulted, OMIT-NULLS is treated as t. |
| 2117 | (defun split-string (string &optional separators omit-nulls) | 2117 | (defun split-string (string &optional separators omit-nulls) |
| 2118 | "Splits STRING into substrings bounded by matches for SEPARATORS. | 2118 | "Split STRING into substrings bounded by matches for SEPARATORS. |
| 2119 | 2119 | ||
| 2120 | The beginning and end of STRING, and each match for SEPARATORS, are | 2120 | The beginning and end of STRING, and each match for SEPARATORS, are |
| 2121 | splitting points. The substrings matching SEPARATORS are removed, and | 2121 | splitting points. The substrings matching SEPARATORS are removed, and |