diff --git a/doc/en/Vte/Terminal.xml b/doc/en/Vte/Terminal.xml
index aab1b654e..cef80dc06 100644
--- a/doc/en/Vte/Terminal.xml
+++ b/doc/en/Vte/Terminal.xml
@@ -470,9 +470,12 @@ class T
Default handler for the event.
- a
- a
- Override this method in a subclass to provide a default handler for the event.
+ a Representing the input data to commit. This can be a single character or a string.
+ a The length of P0.
+ Override this method in a subclass to provide a default handler for the event.
+
+
+ P0 can contain control characters. Every key the user presses will emmit a commit signal. About the only thing that will send a sring in P0 will be if the users pasts in some text. Also you must call the parent or base class OnCommit or things will get ugly.
@@ -1873,4 +1876,4 @@ class T
-
+
\ No newline at end of file
diff --git a/doc/en/Vte/TerminalAccessible.xml b/doc/en/Vte/TerminalAccessible.xml
index 49e072791..0adaf83b1 100644
--- a/doc/en/Vte/TerminalAccessible.xml
+++ b/doc/en/Vte/TerminalAccessible.xml
@@ -601,7 +601,7 @@
- To be added
+ Gets the offset position of the caret (cursor).
a
To be added
@@ -819,4 +819,4 @@
-
+
\ No newline at end of file