summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-07-19 08:26:25 +1000
committerMaxime Coste <mawww@kakoune.org>2018-07-19 08:26:25 +1000
commitb1d5fda960067720b9923cf17c297ea3d1428e39 (patch)
tree1b417e0428e42b635d44946a92d088db3b400132 /src
parente7782ff14d5d1c4e60d1364645ba71d5a23c51cb (diff)
Reduce confusion in add-highlighter docstring
Closes #2222
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc
index f6ec6ad5..bf540a0c 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -725,7 +725,7 @@ const CommandDesc add_highlighter_cmd = {
"add-highlighter",
"addhl",
"add-highlighter <path>/<name> <type> <type params>...: add an highlighter to the group identified by <path>\n"
- " <path> is a '/' delimited path the parent, starting with either\n"
+ " <path> is a '/' delimited path or the parent highlighter, starting with either\n"
" 'global', 'buffer', 'window' or 'shared', if <name> is empty, it will be autogenerated",
ParameterDesc{ {}, ParameterDesc::Flags::SwitchesAsPositional, 2 },
CommandFlags::None,