summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-tree-walking.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/api-tree-walking.txt')
-rw-r--r--Documentation/technical/api-tree-walking.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/technical/api-tree-walking.txt b/Documentation/technical/api-tree-walking.txt
index 55b728632c..14af37c3f1 100644
--- a/Documentation/technical/api-tree-walking.txt
+++ b/Documentation/technical/api-tree-walking.txt
@@ -42,6 +42,8 @@ information.
* `data` can be anything the `fn` callback would want to use.
+* `show_all_errors` tells whether to stop at the first error or not.
+
Initializing
------------