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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el [emacs-unicode-2]
Date: Thu, 09 Sep 2004 17:26:09 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.360.2.8 emacs/lisp/subr.el:1.360.2.9
*** emacs/lisp/subr.el:1.360.2.8        Sat Sep  4 09:14:25 2004
--- emacs/lisp/subr.el  Thu Sep  9 09:36:32 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]