summaryrefslogtreecommitdiff
path: root/include/Xwacom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Xwacom.h')
-rw-r--r--include/Xwacom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Xwacom.h b/include/Xwacom.h
index f0fdd64..bec9a26 100644
--- a/include/Xwacom.h
+++ b/include/Xwacom.h
@@ -42,7 +42,7 @@
* 256 actions on press, where a zero terminates the actions.
*
* e.g.
- * AC_KEY | AC_KEYBTNPRESS | XK_H is a key press for 'H'.
+ * AC_KEY | AC_KEYBTNPRESS | <keycode> is a key press for key <keycode>.
* AC_BUTTON | AC_KEYBTNPRESS | 1 is a button press for 1
* AC_BUTTON | 1 is a button release for 1
*