aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/strings.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/strings.texi')
-rw-r--r--doc/lispref/strings.texi5
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.
503If your system does not support a locale environment, this function 503If your system does not support a locale environment, this function
504behaves like @code{string-equal}. 504behaves like @code{string-equal}.
505 505
506Do @emph{not} use this function to compare file names for equality, only 506Do @emph{not} use this function to compare file names for equality, as
507for sorting them. 507filesystems generally don't honor linguistic equivalence of strings
508that 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