emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 4069b71: Update ELisp manual to match 'string-col


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 4069b71: Update ELisp manual to match 'string-collate-equalp' doc string
Date: Sun, 10 Jul 2016 14:35:30 +0000 (UTC)

branch: emacs-25
commit 4069b716ad3422f2d7f595699220c39297427387
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Update ELisp manual to match 'string-collate-equalp' doc string
    
    * doc/lispref/strings.texi (Text Comparison): Remove reference to
    sorting from the description of 'string-collate-equalp'.  (Bug#23902)
---
 doc/lispref/strings.texi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index ca700a2..febe321 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -503,8 +503,9 @@ the codeset part of the locale cannot be @code{"UTF-8"} on 
MS-Windows.
 If your system does not support a locale environment, this function
 behaves like @code{string-equal}.
 
-Do @emph{not} use this function to compare file names for equality, only
-for sorting them.
+Do @emph{not} use this function to compare file names for equality, as
+filesystems generally don't honor linguistic equivalence of strings
+that collation implements.
 @end defun
 
 @defun string-prefix-p string1 string2 &optional ignore-case



reply via email to

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