/[emacs]/emacs/lispintro/emacs-lisp-intro.texi
ViewVC logotype

Diff of /emacs/lispintro/emacs-lisp-intro.texi

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

revision 1.5 by bob, Fri Dec 7 14:25:16 2001 UTC revision 1.6 by bob, Mon Dec 17 19:03:15 2001 UTC
# Line 21  Line 21 
21    
22  @comment %**end of header  @comment %**end of header
23    
24  @set edition-number 2.03  @set edition-number 2.04
25  @set update-date 2001 Dec  7  @set update-date 2001 Dec 17
26    
27  @ignore  @ignore
28   ## Summary of shell commands to create various output formats:   ## Summary of shell commands to create various output formats:
# Line 4517  The arguments to @code{string-lessp} mus Line 4517  The arguments to @code{string-lessp} mus
4517  ordering is lexicographic, so case is significant.  The print names of  ordering is lexicographic, so case is significant.  The print names of
4518  symbols are used instead of the symbols themselves.  symbols are used instead of the symbols themselves.
4519    
4520    An empty string, @samp{""}, a string with no characters in it, is
4521    smaller than any string of characters.
4522    
4523  @code{string-equal} provides the corresponding test for equality.  Its  @code{string-equal} provides the corresponding test for equality.  Its
4524  shorter, alternative name is @code{string=}.  There are no string test  shorter, alternative name is @code{string=}.  There are no string test
4525  functions that correspond to @var{>}, @code{>=}, or @code{<=}.  functions that correspond to @var{>}, @code{>=}, or @code{<=}.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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