]> git.eshelyaron.com Git - emacs.git/commitdiff
Un-confuse doc string of 'string-collate-equalp'
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Jul 2016 10:05:01 +0000 (13:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Jul 2016 10:05:01 +0000 (13:05 +0300)
* src/fns.c (Fstring_collate_equalp): Remove confusing text from
doc string.  (Bug#23902)

src/fns.c

index 1f1619300dec69baa46ef5f3f8675649efc93228..d5a1f74d0d80e8b5c45f4b5e152a4da7a65c0a2d 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -403,8 +403,7 @@ the codeset part of the locale cannot be \"UTF-8\" on MS-Windows.
 If your system does not support a locale environment, this function
 behaves like `string-equal'.
 
-Do NOT use this function to compare file names for equality, only
-for sorting them.  */)
+Do NOT use this function to compare file names for equality.  */)
   (Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case)
 {
 #if defined __STDC_ISO_10646__ || defined WINDOWSNT