diff options
| author | Robert J. Chassell | 2001-12-17 19:24:09 +0000 |
|---|---|---|
| committer | Robert J. Chassell | 2001-12-17 19:24:09 +0000 |
| commit | 4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f (patch) | |
| tree | bfe3a57cc5b460649cdef98b13d321b1650ffcad | |
| parent | 1dcb89ad003a1fb631101e28c65aaffdc6d65b8a (diff) | |
| download | emacs-4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f.tar.gz emacs-4540f8f86a4b09ed4c8b144c32d0c4d0adc3164f.zip | |
Indexed `empty string' definition.
| -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 | |||
| 4517 | ordering is lexicographic, so case is significant. The print names of | 4517 | ordering is lexicographic, so case is significant. The print names of |
| 4518 | symbols are used instead of the symbols themselves. | 4518 | symbols are used instead of the symbols themselves. |
| 4519 | 4519 | ||
| 4520 | @cindex @samp{empty string} defined | ||
| 4520 | An empty string, @samp{""}, a string with no characters in it, is | 4521 | An empty string, @samp{""}, a string with no characters in it, is |
| 4521 | smaller than any string of characters. | 4522 | smaller than any string of characters. |
| 4522 | 4523 | ||