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,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el,v
Date: Sat, 06 Jan 2007 14:36:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/01/06 14:36:34

Index: subr.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/subr.el,v
retrieving revision 1.542
retrieving revision 1.543
diff -u -b -r1.542 -r1.543
--- subr.el     5 Jan 2007 17:49:43 -0000       1.542
+++ subr.el     6 Jan 2007 14:36:34 -0000       1.543
@@ -2678,7 +2678,7 @@
 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
+`(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]