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 f37f6ffc2e6..c5c12137e55 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -2678,7 +2678,7 @@ are effectively trimmed). If nil, all zero-length substrings are retained, | |||
| 2678 | which correctly parses CSV format, for example. | 2678 | which correctly parses CSV format, for example. |
| 2679 | 2679 | ||
| 2680 | Note that the effect of `(split-string STRING)' is the same as | 2680 | Note that the effect of `(split-string STRING)' is the same as |
| 2681 | `(split-string STRING split-string-default-separators t)'). In the rare | 2681 | `(split-string STRING split-string-default-separators t)'. In the rare |
| 2682 | case that you wish to retain zero-length substrings when splitting on | 2682 | case that you wish to retain zero-length substrings when splitting on |
| 2683 | whitespace, use `(split-string STRING split-string-default-separators)'. | 2683 | whitespace, use `(split-string STRING split-string-default-separators)'. |
| 2684 | 2684 | ||