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.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi
index 5e0148b75a9..1ecc5671a90 100644
--- a/doc/lispref/strings.texi
+++ b/doc/lispref/strings.texi
@@ -483,17 +483,17 @@ dependent; a @var{locale} "en_US.UTF-8" is applicable on POSIX
483systems, while it would be, e.g., "enu_USA.1252" on MS-Windows 483systems, while it would be, e.g., "enu_USA.1252" on MS-Windows
484systems. 484systems.
485 485
486If @var{IGNORE-CASE} is non-nil, characters are converted to lower-case 486If @var{ignore-case} is non-@code{nil}, characters are converted to lower-case
487before comparing them. 487before comparing them.
488 488
489To emulate Unicode-compliant collation on MS-Windows systems, 489To emulate Unicode-compliant collation on MS-Windows systems,
490bind @code{w32-collate-ignore-punctuation} to a non-nil value, since 490bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since
491the codeset part of the locale cannot be "UTF-8" on MS-Windows. 491the codeset part of the locale cannot be "UTF-8" on MS-Windows.
492 492
493If your system does not support a locale environment, this function 493If your system does not support a locale environment, this function
494behaves like @code{string-equal}. 494behaves like @code{string-equal}.
495 495
496Do NOT use this function to compare file names for equality, only 496Do @emph{not} use this function to compare file names for equality, only
497for sorting them. 497for sorting them.
498@end defun 498@end defun
499 499
@@ -602,11 +602,11 @@ behave like @code{string-lessp}:
602@end group 602@end group
603@end example 603@end example
604 604
605If @var{IGNORE-CASE} is non-nil, characters are converted to lower-case 605If @var{ignore-case} is non-@code{nil}, characters are converted to lower-case
606before comparing them. 606before comparing them.
607 607
608To emulate Unicode-compliant collation on MS-Windows systems, 608To emulate Unicode-compliant collation on MS-Windows systems,
609bind @code{w32-collate-ignore-punctuation} to a non-nil value, since 609bind @code{w32-collate-ignore-punctuation} to a non-@code{nil} value, since
610the codeset part of the locale cannot be "UTF-8" on MS-Windows. 610the codeset part of the locale cannot be "UTF-8" on MS-Windows.
611 611
612If your system does not support a locale environment, this function 612If your system does not support a locale environment, this function