emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi


From: Robert J. Chassell
Subject: [Emacs-diffs] Changes to emacs/lispintro/emacs-lisp-intro.texi
Date: Mon, 17 Dec 2001 14:03:16 -0500

Index: emacs/lispintro/emacs-lisp-intro.texi
diff -c emacs/lispintro/emacs-lisp-intro.texi:1.5 
emacs/lispintro/emacs-lisp-intro.texi:1.6
*** emacs/lispintro/emacs-lisp-intro.texi:1.5   Fri Dec  7 09:25:16 2001
--- emacs/lispintro/emacs-lisp-intro.texi       Mon Dec 17 14:03:15 2001
***************
*** 21,28 ****
  
  @comment %**end of header
  
! @set edition-number 2.03
! @set update-date 2001 Dec  7
  
  @ignore
   ## Summary of shell commands to create various output formats:
--- 21,28 ----
  
  @comment %**end of header
  
! @set edition-number 2.04
! @set update-date 2001 Dec 17
  
  @ignore
   ## Summary of shell commands to create various output formats:
***************
*** 4516,4521 ****
--- 4516,4524 ----
  The arguments to @code{string-lessp} must be strings or symbols; the
  ordering is lexicographic, so case is significant.  The print names of
  symbols are used instead of the symbols themselves.
+ 
+ An empty string, @samp{""}, a string with no characters in it, is
+ smaller than any string of characters.
  
  @code{string-equal} provides the corresponding test for equality.  Its
  shorter, alternative name is @code{string=}.  There are no string test



reply via email to

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