/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.307.2.22 by miles, Sat Sep 4 09:28:13 2004 UTC revision 1.307.2.23 by miles, Thu Sep 16 00:12:21 2004 UTC
# Line 2121  likely to have undesired semantics.") Line 2121  likely to have undesired semantics.")
2121  ;; expression leads to the equivalent implementation that if SEPARATORS  ;; expression leads to the equivalent implementation that if SEPARATORS
2122  ;; is defaulted, OMIT-NULLS is treated as t.  ;; is defaulted, OMIT-NULLS is treated as t.
2123  (defun split-string (string &optional separators omit-nulls)  (defun split-string (string &optional separators omit-nulls)
2124    "Splits STRING into substrings bounded by matches for SEPARATORS.    "Split STRING into substrings bounded by matches for SEPARATORS.
2125    
2126  The beginning and end of STRING, and each match for SEPARATORS, are  The beginning and end of STRING, and each match for SEPARATORS, are
2127  splitting points.  The substrings matching SEPARATORS are removed, and  splitting points.  The substrings matching SEPARATORS are removed, and

Legend:
Removed from v.1.307.2.22  
changed lines
  Added in v.1.307.2.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26