emacs-devel
[Top][All Lists]
Advanced

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

subr.el (split-string): remove spurious ) from docstring


From: Markus Triska
Subject: subr.el (split-string): remove spurious ) from docstring
Date: Mon, 01 Jan 2007 01:45:23 +0100

2007-01-01  Markus Triska  <address@hidden>

        * subr.el (split-string): remove spurious ")" from docstring


*** subr.el     01 Jan 2007 01:38:06 +0100      1.539
--- subr.el     01 Jan 2007 01:38:51 +0100      
***************
*** 2690,2696 ****
  which correctly parses CSV format, for example.
  
  Note that the effect of `(split-string STRING)' is the same as
! `(split-string STRING split-string-default-separators t)').  In the rare
  case that you wish to retain zero-length substrings when splitting on
  whitespace, use `(split-string STRING split-string-default-separators)'.
  
--- 2690,2696 ----
  which correctly parses CSV format, for example.
  
  Note that the effect of `(split-string STRING)' is the same as
! `(split-string STRING split-string-default-separators t)'.  In the rare
  case that you wish to retain zero-length substrings when splitting on
  whitespace, use `(split-string STRING split-string-default-separators)'.
  




reply via email to

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