summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-07-08 13:05:01 +0300
committerEli Zaretskii <eliz@gnu.org>2016-07-08 13:05:01 +0300
commit03bcf116fbed55fd36015441e8f6f86c7d1adef6 (patch)
treecbe1896881965a5095b26dd9feadf2560ff4399b
parentc53135b6b64a32ccde324140437377e24dd32bf8 (diff)
downloademacs-03bcf116fbed55fd36015441e8f6f86c7d1adef6.tar.gz
Un-confuse doc string of 'string-collate-equalp'
* src/fns.c (Fstring_collate_equalp): Remove confusing text from doc string. (Bug#23902)
-rw-r--r--src/fns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c
index 1f1619300de..d5a1f74d0d8 100644
--- 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