mirror of https://github.com/texmacs/doc.git
Better sorting of accented characters
This commit is contained in:
parent
6b5e960d8e
commit
fb5bd32366
|
@ -3034,6 +3034,22 @@ source code.
|
|||
<scm|string>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(tmstring-unaccent-all <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|uni_unaccent_all> which returns
|
||||
<scm|string>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(tmstring-before? <scm-arg|string> <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|uni_before> which returns
|
||||
<scm|bool>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(packrat-define <scm-arg|string> <scm-arg|string> <scm-arg|tree>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
|
|
Loading…
Reference in New Issue