summary refs log tree commit diff stats
path: root/share/doc/dbus.md
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/dbus.md')
-rw-r--r--share/doc/dbus.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/dbus.md b/share/doc/dbus.md
index d3c986df..8db9c340 100644
--- a/share/doc/dbus.md
+++ b/share/doc/dbus.md
@@ -70,7 +70,7 @@ You can use the "/org/hexchat/Remote" object with interface "org.hexchat.plugin"
 		* gchar\*: Name of the command (without the forward slash).
 		* int: Priority of this command.
 		* gchar\*: String of text to display when the user executes /help for this command. May be NULL if you're lazy.
-		* int: Value to returns when the command is catched. See XCHAT\_EAT\_*.
+		* int: Value to returns when the command is catched. See HEXCHAT\_EAT\_*.
 	* Returns:
 		* guint: The ID of the hook.
 
@@ -78,7 +78,7 @@ You can use the "/org/hexchat/Remote" object with interface "org.hexchat.plugin"
 	* Parameters:
 		* gchar\*: Name of the server event.
 		* int: Priority of this command.
-		* int: Value to returns when the command is catched. See XCHAT\_EAT\_*.
+		* int: Value to returns when the command is catched. See HEXCHAT\_EAT\_*.
 	* Returns:
 		* guint: The ID of the hook.
 
@@ -86,7 +86,7 @@ You can use the "/org/hexchat/Remote" object with interface "org.hexchat.plugin"
 	* Parameters:
 		* gchar\*: Name of the print event.
 		* int: Priority of this command.
-		* int: Value to returns when the command is catched. See XCHAT\_EAT\_*.
+		* int: Value to returns when the command is catched. See HEXCHAT\_EAT\_*.
 	* Returns:
 		* guint: The ID of the hook.