Un-confuse doc string of 'string-collate-equalp'
* src/fns.c (Fstring_collate_equalp): Remove confusing text from doc string. (Bug#23902)
This commit is contained in:
parent
c53135b6b6
commit
03bcf116fb
1 changed files with 1 additions and 2 deletions
|
@ -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
|
If your system does not support a locale environment, this function
|
||||||
behaves like `string-equal'.
|
behaves like `string-equal'.
|
||||||
|
|
||||||
Do NOT use this function to compare file names for equality, only
|
Do NOT use this function to compare file names for equality. */)
|
||||||
for sorting them. */)
|
|
||||||
(Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case)
|
(Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case)
|
||||||
{
|
{
|
||||||
#if defined __STDC_ISO_10646__ || defined WINDOWSNT
|
#if defined __STDC_ISO_10646__ || defined WINDOWSNT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue