emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/subr.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Wed, 08 Sep 2004 08:29:37 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.406 emacs/lisp/subr.el:1.407
*** emacs/lisp/subr.el:1.406    Sat Aug 28 15:30:10 2004
--- emacs/lisp/subr.el  Wed Sep  8 12:24:29 2004
***************
*** 2115,2121 ****
  ;; 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.
  
  The beginning and end of STRING, and each match for SEPARATORS, are
  splitting points.  The substrings matching SEPARATORS are removed, and
--- 2115,2121 ----
  ;; 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)
!   "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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]