Minor fix in documentation of 'equal'

* doc/lispref/objects.texi (Equality Predicates): Correct the
conditions for equality of unibyte and multibyte strings.
(Bug#30218)
This commit is contained in:
Eli Zaretskii 2018-01-26 12:38:07 +02:00
parent b26786c8d9
commit 226a651e9e

View file

@ -2208,9 +2208,8 @@ text properties---it compares only the characters in the strings.
@xref{Text Properties}. Use @code{equal-including-properties} to also @xref{Text Properties}. Use @code{equal-including-properties} to also
compare text properties. For technical reasons, a unibyte string and compare text properties. For technical reasons, a unibyte string and
a multibyte string are @code{equal} if and only if they contain the a multibyte string are @code{equal} if and only if they contain the
same sequence of character codes and all these codes are either in the same sequence of character codes and all these codes are in the range
range 0 through 127 (@acronym{ASCII}) or 160 through 255 0 through 127 (@acronym{ASCII}).
(@code{eight-bit-graphic}). (@pxref{Text Representations}).
@example @example
@group @group