mirror of https://github.com/texmacs/doc.git
Cleanly close embedded buffers
This commit is contained in:
parent
a3c82cd68b
commit
ba8e350156
|
@ -3218,6 +3218,14 @@ source code.
|
|||
<scm|string>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(tmstring-letter? <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|uni_is_letter> which returns
|
||||
<scm|bool>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(tmstring-before? <scm-arg|string> <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
|
@ -5146,6 +5154,14 @@ source code.
|
|||
<scm|bool>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(buffer-embedded? <scm-arg|url>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|is_embedded_buffer> which returns
|
||||
<scm|bool>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(buffer-import <scm-arg|url> <scm-arg|url> <scm-arg|string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
|
@ -5546,6 +5562,14 @@ source code.
|
|||
<scm|void>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(alt-window-search <scm-arg|url>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
<|explain>
|
||||
Calls the <c++> function <cpp|window_search> which returns
|
||||
<scm|path>.
|
||||
</explain>
|
||||
|
||||
<\explain>
|
||||
<scm|(bibtex-run <scm-arg|string> <scm-arg|string> <scm-arg|url> <scm-arg|array_string>)>
|
||||
<explain-synopsis|no synopsis>
|
||||
|
|
Loading…
Reference in New Issue