diff lisp/subr.el @ 57006:a806a6bbc178

(split-string): Docfix.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 08 Sep 2004 12:24:29 +0000
parents c5624ad1554b
children 26c822f42ae4 42acc7fa8a4f cce1c0ee76ee
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