From 226a651e9ed3dd3d94ae0722e59719ba949be316 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 26 Jan 2018 12:38:07 +0200 Subject: [PATCH] Minor fix in documentation of 'equal' * doc/lispref/objects.texi (Equality Predicates): Correct the conditions for equality of unibyte and multibyte strings. (Bug#30218) --- doc/lispref/objects.texi | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 7cbc61dc8e4..af740625adb 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -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 -- 2.39.5