mirror of https://github.com/texmacs/doc.git
Correct several problems related to cite-author-year citing styles
This commit is contained in:
parent
c47f4f2d28
commit
b5e4e7c4e0
|
@ -2882,6 +2882,30 @@ source code.
|
|||
<scm|string>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(string-trim-spaces-left <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|trim_spaces_left> which returns
|
||||
<scm|string>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(string-trim-spaces-right <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|trim_spaces_right> which returns
|
||||
<scm|string>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(string-trim-spaces <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|trim_spaces> which returns
|
||||
<scm|string>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(downgrade-math-letters <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
|
|
Loading…
Reference in New Issue