diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2001-12-17 19:24:09 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2001-12-17 19:24:09 +0000 |
commit | 4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f (patch) | |
tree | bfe3a57cc5b460649cdef98b13d321b1650ffcad /lispintro | |
parent | 1dcb89ad003a1fb631101e28c65aaffdc6d65b8a (diff) | |
download | emacs-4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f.tar.gz |
Indexed `empty string' definition.
Diffstat (limited to 'lispintro')
-rw-r--r-- | lispintro/emacs-lisp-intro.texi | 1 |
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 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. |