summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
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.