diff options
| author | Eli Zaretskii | 2016-07-08 13:05:01 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-07-08 13:05:01 +0300 |
| commit | 03bcf116fbed55fd36015441e8f6f86c7d1adef6 (patch) | |
| tree | cbe1896881965a5095b26dd9feadf2560ff4399b /src | |
| parent | c53135b6b64a32ccde324140437377e24dd32bf8 (diff) | |
| download | emacs-03bcf116fbed55fd36015441e8f6f86c7d1adef6.tar.gz emacs-03bcf116fbed55fd36015441e8f6f86c7d1adef6.zip | |
Un-confuse doc string of 'string-collate-equalp'
* src/fns.c (Fstring_collate_equalp): Remove confusing text from
doc string. (Bug#23902)
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -403,8 +403,7 @@ the codeset part of the locale cannot be \"UTF-8\" on MS-Windows. | |||
| 403 | If your system does not support a locale environment, this function | 403 | If your system does not support a locale environment, this function |
| 404 | behaves like `string-equal'. | 404 | behaves like `string-equal'. |
| 405 | 405 | ||
| 406 | Do NOT use this function to compare file names for equality, only | 406 | Do NOT use this function to compare file names for equality. */) |
| 407 | for sorting them. */) | ||
| 408 | (Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case) | 407 | (Lisp_Object s1, Lisp_Object s2, Lisp_Object locale, Lisp_Object ignore_case) |
| 409 | { | 408 | { |
| 410 | #if defined __STDC_ISO_10646__ || defined WINDOWSNT | 409 | #if defined __STDC_ISO_10646__ || defined WINDOWSNT |