Skip to content

Commit

Permalink
Add missing @EnD defun to strings.texi
Browse files Browse the repository at this point in the history
* doc/lispref/strings.texi (Text Comparison): Add missing @EnD defun.
  • Loading branch information
larsmagne committed Jul 26, 2022
1 parent d809207 commit 058d3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/lispref/strings.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 058d3c0

Please # to comment.