Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index 7f2e7ce9..9284df28 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -6059,7 +6059,7 @@ fn select_textobject(cx: &mut Context, objtype: textobject::TextObject) {
("e", "Data structure entry (tree-sitter)"),
("m", "Closest surrounding pair (tree-sitter)"),
("g", "Change"),
- ("x", "X(HTML) element (tree-sitter)"),
+ ("x", "(X)HTML element (tree-sitter)"),
(" ", "... or any character acting as a pair"),
];