Correct manual entry for string-lessp

* doc/lispref/strings.texi (Text Comparison):
The old text was wrong: non-ASCII unibyte chars overlap part of Unicode.
This commit is contained in:
Mattias Engdegård
2026-02-28 16:30:12 +01:00
parent 460e438356
commit a3411c8b86

View File

@@ -578,8 +578,10 @@ Keep in mind that lower case letters have higher numeric values in the
@acronym{ASCII} character set than their upper case counterparts; digits and @acronym{ASCII} character set than their upper case counterparts; digits and
many punctuation characters have a lower numeric value than upper case many punctuation characters have a lower numeric value than upper case
letters. An @acronym{ASCII} character is less than any non-@acronym{ASCII} letters. An @acronym{ASCII} character is less than any non-@acronym{ASCII}
character; a unibyte non-@acronym{ASCII} character is always less than any character. However, as unibyte and multibyte strings only have the
multibyte non-@acronym{ASCII} character (@pxref{Text Representations}). @acronym{ASCII} character set in common, it is usually not meaningful to
compare other characters between those two types of strings
(@pxref{Text Representations}).
@example @example
@group @group