Add missing @end defun to strings.texi
* doc/lispref/strings.texi (Text Comparison): Add missing @end defun.
This commit is contained in:
parent
d809207f53
commit
058d3c0d16
1 changed files with 1 additions and 0 deletions
|
@ -564,6 +564,7 @@ Representations}.
|
|||
@code{string-equal-ignore-case} compares strings ignoring case
|
||||
differences, like @code{char-equal} when @code{case-fold-search} is
|
||||
@code{t}.
|
||||
@end defun
|
||||
|
||||
@cindex locale-dependent string equivalence
|
||||
@defun string-collate-equalp string1 string2 &optional locale ignore-case
|
||||
|
|
Loading…
Add table
Reference in a new issue