about summary refs log tree commit diff stats
path: root/doc/api.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api.md')
-rw-r--r--doc/api.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api.md b/doc/api.md
index 0480e901..004b52af 100644
--- a/doc/api.md
+++ b/doc/api.md
@@ -120,6 +120,16 @@ Use this for loading automatically retrieved (i.e. non-user-provided) URLs.</td>
 </tr>
 
 <tr>
+<td>`nextBuffer()`, `prevBuffer()`, `nextSiblingBufer()`, `prevSiblingBuffer()`,
+`parentBuffer()`</td>
+<td>Traverse the buffer tree.<br>
+`nextBuffer()`, `prevBuffer()` do a depth-first traversal;
+``nextSiblingBufer()`, `prevSiblingBuffer()` cycle through siblings, and
+`parentBuffer()` returns to the parent.
+</td>
+</tr>
+
+<tr>
 <td>`dupeBuffer()`</td>
 <td>Duplicate the current buffer by loading its source to a new buffer.</td>
 </tr>