diff options
Diffstat (limited to 'doc/lispref/strings.texi')
| -rw-r--r-- | doc/lispref/strings.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 4e4c239291e..0b9529460f3 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi | |||
| @@ -503,8 +503,9 @@ the codeset part of the locale cannot be @code{"UTF-8"} on MS-Windows. | |||
| 503 | If your system does not support a locale environment, this function | 503 | If your system does not support a locale environment, this function |
| 504 | behaves like @code{string-equal}. | 504 | behaves like @code{string-equal}. |
| 505 | 505 | ||
| 506 | Do @emph{not} use this function to compare file names for equality, only | 506 | Do @emph{not} use this function to compare file names for equality, as |
| 507 | for sorting them. | 507 | filesystems generally don't honor linguistic equivalence of strings |
| 508 | that collation implements. | ||
| 508 | @end defun | 509 | @end defun |
| 509 | 510 | ||
| 510 | @defun string-prefix-p string1 string2 &optional ignore-case | 511 | @defun string-prefix-p string1 string2 &optional ignore-case |