diff options
Diffstat (limited to 'doc/lispref/strings.texi')
-rw-r--r-- | doc/lispref/strings.texi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 5fee37361fd..3c764da4e2b 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -508,20 +508,6 @@ filesystems generally don't honor linguistic equivalence of strings that collation implements. @end defun -@defun string-prefix-p string1 string2 &optional ignore-case -This function returns non-@code{nil} if @var{string1} is a prefix of -@var{string2}; i.e., if @var{string2} starts with @var{string1}. If -the optional argument @var{ignore-case} is non-@code{nil}, the -comparison ignores case differences. -@end defun - -@defun string-suffix-p suffix string &optional ignore-case -This function returns non-@code{nil} if @var{suffix} is a suffix of -@var{string}; i.e., if @var{string} ends with @var{suffix}. If the -optional argument @var{ignore-case} is non-@code{nil}, the comparison -ignores case differences. -@end defun - @cindex lexical comparison of strings @defun string< string1 string2 @c (findex string< causes problems for permuted index!!) |