mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user