aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert J. Chassell2001-12-17 19:24:09 +0000
committerRobert J. Chassell2001-12-17 19:24:09 +0000
commit4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f (patch)
treebfe3a57cc5b460649cdef98b13d321b1650ffcad
parent1dcb89ad003a1fb631101e28c65aaffdc6d65b8a (diff)
downloademacs-4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f.tar.gz
emacs-4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f.zip
Indexed `empty string' definition.
-rw-r--r--lispintro/emacs-lisp-intro.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi
index d24ce67239c..1968a3256df 100644
--- a/lispintro/emacs-lisp-intro.texi
+++ b/lispintro/emacs-lisp-intro.texi
@@ -4517,6 +4517,7 @@ The arguments to @code{string-lessp} must be strings or symbols; the
4517ordering is lexicographic, so case is significant. The print names of 4517ordering is lexicographic, so case is significant. The print names of
4518symbols are used instead of the symbols themselves. 4518symbols are used instead of the symbols themselves.
4519 4519
4520@cindex @samp{empty string} defined
4520An empty string, @samp{""}, a string with no characters in it, is 4521An empty string, @samp{""}, a string with no characters in it, is
4521smaller than any string of characters. 4522smaller than any string of characters.
4522 4523