changeset 42109:24f8e84cb04d

Indexed `empty string' definition.
author Robert J. Chassell <bob@rattlesnake.com>
date Mon, 17 Dec 2001 19:24:09 +0000
parents dcab51f5352e
children 7193e2a808d6
files lispintro/emacs-lisp-intro.texi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispintro/emacs-lisp-intro.texi	Mon Dec 17 19:03:15 2001 +0000
+++ b/lispintro/emacs-lisp-intro.texi	Mon Dec 17 19:24:09 2001 +0000
@@ -4517,6 +4517,7 @@
 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.