emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/strings.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/strings.texi
Date: Thu, 22 May 2003 21:22:32 -0400

Index: emacs/lispref/strings.texi
diff -c emacs/lispref/strings.texi:1.24 emacs/lispref/strings.texi:1.25
*** emacs/lispref/strings.texi:1.24     Thu May 22 17:05:25 2003
--- emacs/lispref/strings.texi  Thu May 22 21:22:32 2003
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/strings
--- 1,6 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2003
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/strings
***************
*** 269,278 ****
  If @var{separators} is @code{nil} (or omitted),
  the default is the value of @code{split-string-default-separators}.
  
- @defvar split-string-default-separators
- The default value of @var{separators} for @code{split-string}, initially
- @samp{"[ \f\t\n\r\v]+"}.
- 
  As a special case, when @var{separators} is @code{nil} (or omitted),
  null strings are always omitted from the result.  Thus:
  
--- 269,274 ----
***************
*** 310,315 ****
--- 306,316 ----
  @result{}("N" "i" "c" "e" " " "d" "o" "g" "g" "y" "!")
  @end example
  @end defun
+ 
+ @defvar split-string-default-separators
+ The default value of @var{separators} for @code{split-string}, initially
+ @samp{"[ \f\t\n\r\v]+"}.
+ @end defvar
  
  @node Modifying Strings
  @section Modifying Strings




reply via email to

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