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:
parent
b26786c8d9
commit
226a651e9e
1 changed files with 2 additions and 3 deletions
|
@ -2208,9 +2208,8 @@ text properties---it compares only the characters in the strings.
|
|||
@xref{Text Properties}. Use @code{equal-including-properties} to also
|
||||
compare text properties. For technical reasons, a unibyte string and
|
||||
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
|
||||
range 0 through 127 (@acronym{ASCII}) or 160 through 255
|
||||
(@code{eight-bit-graphic}). (@pxref{Text Representations}).
|
||||
same sequence of character codes and all these codes are in the range
|
||||
0 through 127 (@acronym{ASCII}).
|
||||
|
||||
@example
|
||||
@group
|
||||
|
|
Loading…
Add table
Reference in a new issue