From: Robert J. Chassell Date: Mon, 17 Dec 2001 19:24:09 +0000 (+0000) Subject: Indexed `empty string' definition. X-Git-Tag: ttn-vms-21-2-B4~17660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f;p=emacs.git Indexed `empty string' definition. --- 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.