]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor fix in documentation of 'equal'
authorEli Zaretskii <eliz@gnu.org>
Fri, 26 Jan 2018 10:38:07 +0000 (12:38 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 26 Jan 2018 10:38:07 +0000 (12:38 +0200)
* doc/lispref/objects.texi (Equality Predicates): Correct the
conditions for equality of unibyte and multibyte strings.
(Bug#30218)

doc/lispref/objects.texi

index 7cbc61dc8e4463c3c8efa51786473c8b3c8b85ae..af740625adb17c30816b3661cde61d7ffe83fa9f 100644 (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
 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