Document the new functions

This commit is contained in:
Sylvain Laperche 2018-05-03 19:17:04 +02:00
parent d58014d81b
commit f63ff703b7

View File

@ -62,11 +62,21 @@ provided so that you may compose your own custom functions.
<td>Open a fold node.</td> <td>Open a fold node.</td>
</tr> </tr>
<tr>
<td>origami-forward-open-node</td>
<td>Search forward on this line for a fold node and open it. This makes opening nodes much more convenient.</td>
</tr>
<tr> <tr>
<td>origami-open-node-recursively</td> <td>origami-open-node-recursively</td>
<td>Open a fold node and all of its children.</td> <td>Open a fold node and all of its children.</td>
</tr> </tr>
<tr>
<td>origami-forward-open-node-recursively</td>
<td>Search forward on this line for a fold node and open it and all of its children. This makes opening nodes much more convenient.</td>
</tr>
<tr> <tr>
<td>origami-show-node</td> <td>origami-show-node</td>
<td>Like origami-open-node but also opens parent fold nodes recursively so as to ensure the position where point is is visible.</td> <td>Like origami-open-node but also opens parent fold nodes recursively so as to ensure the position where point is is visible.</td>
@ -77,11 +87,21 @@ provided so that you may compose your own custom functions.
<td>Close a fold node.</td> <td>Close a fold node.</td>
</tr> </tr>
<tr>
<td>origami-forward-close-node</td>
<td>Search forward on this line for a fold node and close it. This makes closing nodes much more convenient.</td>
</tr>
<tr> <tr>
<td>origami-close-node-recursively</td> <td>origami-close-node-recursively</td>
<td>Close a fold node and all of its children.</td> <td>Close a fold node and all of its children.</td>
</tr> </tr>
<tr>
<td>origami-forward-close-node-recursively</td>
<td>Search forward on this line for a fold node and close it and all of its children. This makes opening nodes much more convenient.</td>
</tr>
<tr> <tr>
<td>origami-toggle-node</td> <td>origami-toggle-node</td>
<td>Toggle open or closed a fold node.</td> <td>Toggle open or closed a fold node.</td>