emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 226a651: Minor fix in documentation of 'equal'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 226a651: Minor fix in documentation of 'equal'
Date: Fri, 26 Jan 2018 05:39:14 -0500 (EST)

branch: emacs-26
commit 226a651e9ed3dd3d94ae0722e59719ba949be316
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 7cbc61d..af74062 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]