Indexed `empty string' definition.
authorRobert J. Chassell <bob@rattlesnake.com>
Mon, 17 Dec 2001 19:24:09 +0000 (19:24 +0000)
committerRobert J. Chassell <bob@rattlesnake.com>
Mon, 17 Dec 2001 19:24:09 +0000 (19:24 +0000)
lispintro/emacs-lisp-intro.texi

index d24ce67..1968a32 100644 (file)
@@ -4517,6 +4517,7 @@ 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.
 
+@cindex @samp{empty string} defined
 An empty string, @samp{""}, a string with no characters in it, is
 smaller than any string of characters.