/[emacs]/emacs/lispref/strings.texi
ViewVC logotype

Diff of /emacs/lispref/strings.texi

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

revision 1.24 by lektu, Thu May 22 21:05:25 2003 UTC revision 1.25 by miles, Fri May 23 01:22:32 2003 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2003
4  @c   Free Software Foundation, Inc.  @c   Free Software Foundation, Inc.
5  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
6  @setfilename ../info/strings  @setfilename ../info/strings
# Line 269  result list.  Otherwise, null strings ar Line 269  result list.  Otherwise, null strings ar
269  If @var{separators} is @code{nil} (or omitted),  If @var{separators} is @code{nil} (or omitted),
270  the default is the value of @code{split-string-default-separators}.  the default is the value of @code{split-string-default-separators}.
271    
 @defvar split-string-default-separators  
 The default value of @var{separators} for @code{split-string}, initially  
 @samp{"[ \f\t\n\r\v]+"}.  
   
272  As a special case, when @var{separators} is @code{nil} (or omitted),  As a special case, when @var{separators} is @code{nil} (or omitted),
273  null strings are always omitted from the result.  Thus:  null strings are always omitted from the result.  Thus:
274    
# Line 311  Empty matches do count, when not adjacen Line 307  Empty matches do count, when not adjacen
307  @end example  @end example
308  @end defun  @end defun
309    
310    @defvar split-string-default-separators
311    The default value of @var{separators} for @code{split-string}, initially
312    @samp{"[ \f\t\n\r\v]+"}.
313    @end defvar
314    
315  @node Modifying Strings  @node Modifying Strings
316  @section Modifying Strings  @section Modifying Strings
317    

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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